Shades of Floral White #FCF8F3
Tints of Floral White #FCF8F3
RGB
CMYK
RGB Variations
Color information
#FCF8F3 (or 0xFCF8F3) is known color: Floral White. HEX triplet: FC, F8 and F3. RGB value is (252,248,243). Sum of RGB (Red+Green+Blue) = 252+248+243=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 248 (97.27% from 255 or 33.38% from 743); Blue value is 243 (95.31% from 255 or 32.71% from 743); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8F3 is #03070C. Grayscale: #F8F8F8. Windows color (decimal): -198413 or 15988988. OLE color: 15988988.
HSL color Cylindrical-coordinate representation of color #FCF8F3: hue angle of 33.33º degrees, saturation: 0.6, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FCF8F3 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 248 | 243 | - |
CMYK | 0 | 0.02 | 0.04 | 0.01 |
HSL | 33.33º | 0.6% | 0.97% | - |
HSV(B) | 33.33º | 0.04% | 0.99% | - |
XYZ | 89.89 | 94.3 | 98.26 | - |
YUV | 248.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 248 | 243 | 0 | 0.02 | 0.04 | 0.01 | 33.33 | 0.6 | 0.97 |
Hex | FC | F8 | F3 | 0 | 2 | 4 | 1 | 21 | 3C | 61 |
Octal | 374 | 370 | 363 | 0 | 2 | 4 | 1 | 41 | 74 | 141 |
Binary | 11111100 | 11111000 | 11110011 | 0 | 10 | 100 | 1 | 100001 | 111100 | 1100001 |
Color Harmonies of #FCF8F3
Complementary color
Monochromatic Colors of #FCF8F3
Black with #FCF8F3
Text Example
Text Example
White with #FCF8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8F3; }
p { color: rgb(252,248,243); }
H1.HeaderClassName
{
color: #FCF8F3;
}
.AnyTagClassName
{
color: #FCF8F3;
}
</style>
background-color css
<style>
a { background-color: #FCF8F3; }
a { background-color: rgb(252,248,243); }
div.DivClassName
{
background-color: #FCF8F3;
}
.BgClassName
{
background-color: #FCF8F3;
}
</style>
border-color css
<style>
span { border-color: #FCF8F3; }
span { border-color: rgb(252,248,243); }
td.TdClassName
{
border-color: #FCF8F3;
}
.TagClassName
{
border-color: #FCF8F3;
}
</style>