Shades of Floral White #FEFBF5
Tints of Floral White #FEFBF5
RGB
CMYK
RGB Variations
Color information
#FEFBF5 (or 0xFEFBF5) is known color: Floral White. HEX triplet: FE, FB and F5. RGB value is (254,251,245). Sum of RGB (Red+Green+Blue) = 254+251+245=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 251 (98.44% from 255 or 33.47% from 750); Blue value is 245 (96.09% from 255 or 32.67% from 750); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBF5 is #01040A. Grayscale: #FBFBFB. Windows color (decimal): -66571 or 16120830. OLE color: 16120830.
HSL color Cylindrical-coordinate representation of color #FEFBF5: hue angle of 40º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEFBF5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 251 | 245 | - |
CMYK | 0 | 0.01 | 0.04 | 0.00 |
HSL | 40º | 0.82% | 0.98% | - |
HSV(B) | 40º | 0.04% | 1% | - |
XYZ | 91.85 | 96.66 | 100.2 | - |
YUV | 251.21 | 124.49 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 251 | 245 | 0 | 0.01 | 0.04 | 0.00 | 40 | 0.82 | 0.98 |
Hex | FE | FB | F5 | 0 | 1 | 4 | 0 | 28 | 52 | 62 |
Octal | 376 | 373 | 365 | 0 | 1 | 4 | 0 | 50 | 122 | 142 |
Binary | 11111110 | 11111011 | 11110101 | 0 | 1 | 100 | 0 | 101000 | 1010010 | 1100010 |
Color Harmonies of #FEFBF5
Complementary color
Monochromatic Colors of #FEFBF5
Black with #FEFBF5
Text Example
Text Example
White with #FEFBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFBF5; }
p { color: rgb(254,251,245); }
H1.HeaderClassName
{
color: #FEFBF5;
}
.AnyTagClassName
{
color: #FEFBF5;
}
</style>
background-color css
<style>
a { background-color: #FEFBF5; }
a { background-color: rgb(254,251,245); }
div.DivClassName
{
background-color: #FEFBF5;
}
.BgClassName
{
background-color: #FEFBF5;
}
</style>
border-color css
<style>
span { border-color: #FEFBF5; }
span { border-color: rgb(254,251,245); }
td.TdClassName
{
border-color: #FEFBF5;
}
.TagClassName
{
border-color: #FEFBF5;
}
</style>