Shades of Floral White #FDFCF9
Tints of Floral White #FDFCF9
RGB
CMYK
RGB Variations
Color information
#FDFCF9 (or 0xFDFCF9) is known color: Floral White. HEX triplet: FD, FC and F9. RGB value is (253,252,249). Sum of RGB (Red+Green+Blue) = 253+252+249=754 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.55% from 754); Green value is 252 (98.83% from 255 or 33.42% from 754); Blue value is 249 (97.66% from 255 or 33.02% from 754); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF9 is #020306. Grayscale: #FBFBFB. Windows color (decimal): -131847 or 16383229. OLE color: 16383229.
HSL color Cylindrical-coordinate representation of color #FDFCF9: hue angle of 45º degrees, saturation: 0.5, 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 #FDFCF9 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 249 | - |
CMYK | 0 | 0.00 | 0.02 | 0.01 |
HSL | 45º | 0.5% | 0.98% | - |
HSV(B) | 45º | 0.02% | 0.99% | - |
XYZ | 92.42 | 97.34 | 103.54 | - |
YUV | 251.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 249 | 0 | 0.00 | 0.02 | 0.01 | 45 | 0.5 | 0.98 |
Hex | FD | FC | F9 | 0 | 0 | 2 | 1 | 2D | 32 | 62 |
Octal | 375 | 374 | 371 | 0 | 0 | 2 | 1 | 55 | 62 | 142 |
Binary | 11111101 | 11111100 | 11111001 | 0 | 0 | 10 | 1 | 101101 | 110010 | 1100010 |
Color Harmonies of #FDFCF9
Complementary color
Monochromatic Colors of #FDFCF9
Black with #FDFCF9
Text Example
Text Example
White with #FDFCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCF9; }
p { color: rgb(253,252,249); }
H1.HeaderClassName
{
color: #FDFCF9;
}
.AnyTagClassName
{
color: #FDFCF9;
}
</style>
background-color css
<style>
a { background-color: #FDFCF9; }
a { background-color: rgb(253,252,249); }
div.DivClassName
{
background-color: #FDFCF9;
}
.BgClassName
{
background-color: #FDFCF9;
}
</style>
border-color css
<style>
span { border-color: #FDFCF9; }
span { border-color: rgb(253,252,249); }
td.TdClassName
{
border-color: #FDFCF9;
}
.TagClassName
{
border-color: #FDFCF9;
}
</style>