Shades of Floral White #FCFBF8
Tints of Floral White #FCFBF8
RGB
CMYK
RGB Variations
Color information
#FCFBF8 (or 0xFCFBF8) is known color: Floral White. HEX triplet: FC, FB and F8. RGB value is (252,251,248). Sum of RGB (Red+Green+Blue) = 252+251+248=751 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.56% from 751); Green value is 251 (98.44% from 255 or 33.42% from 751); Blue value is 248 (97.27% from 255 or 33.02% from 751); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBF8 is #030407. Grayscale: #FAFAFA. Windows color (decimal): -197640 or 16317436. OLE color: 16317436.
HSL color Cylindrical-coordinate representation of color #FCFBF8: hue angle of 45º degrees, saturation: 0.4, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCFBF8 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 251 | 248 | - |
CMYK | 0 | 0.00 | 0.02 | 0.01 |
HSL | 45º | 0.4% | 0.98% | - |
HSV(B) | 45º | 0.02% | 0.99% | - |
XYZ | 91.59 | 96.47 | 102.6 | - |
YUV | 250.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 251 | 248 | 0 | 0.00 | 0.02 | 0.01 | 45 | 0.4 | 0.98 |
Hex | FC | FB | F8 | 0 | 0 | 2 | 1 | 2D | 28 | 62 |
Octal | 374 | 373 | 370 | 0 | 0 | 2 | 1 | 55 | 50 | 142 |
Binary | 11111100 | 11111011 | 11111000 | 0 | 0 | 10 | 1 | 101101 | 101000 | 1100010 |
Color Harmonies of #FCFBF8
Complementary color
Monochromatic Colors of #FCFBF8
Black with #FCFBF8
Text Example
Text Example
White with #FCFBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBF8; }
p { color: rgb(252,251,248); }
H1.HeaderClassName
{
color: #FCFBF8;
}
.AnyTagClassName
{
color: #FCFBF8;
}
</style>
background-color css
<style>
a { background-color: #FCFBF8; }
a { background-color: rgb(252,251,248); }
div.DivClassName
{
background-color: #FCFBF8;
}
.BgClassName
{
background-color: #FCFBF8;
}
</style>
border-color css
<style>
span { border-color: #FCFBF8; }
span { border-color: rgb(252,251,248); }
td.TdClassName
{
border-color: #FCFBF8;
}
.TagClassName
{
border-color: #FCFBF8;
}
</style>