Shades of Floral White #FDFAF0
Tints of Floral White #FDFAF0
RGB
CMYK
RGB Variations
Color information
#FDFAF0 (or 0xFDFAF0) is known color: Floral White. HEX triplet: FD, FA and F0. RGB value is (253,250,240). Sum of RGB (Red+Green+Blue) = 253+250+240=743 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.05% from 743); Green value is 250 (98.05% from 255 or 33.65% from 743); Blue value is 240 (94.14% from 255 or 32.30% from 743); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAF0 is #02050F. Grayscale: #F9F9F9. Windows color (decimal): -132368 or 15792893. OLE color: 15792893.
HSL color Cylindrical-coordinate representation of color #FDFAF0: hue angle of 46.15º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FDFAF0 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 240 | - |
CMYK | 0 | 0.01 | 0.05 | 0.01 |
HSL | 46.15º | 0.76% | 0.97% | - |
HSV(B) | 46.15º | 0.05% | 0.99% | - |
XYZ | 90.42 | 95.55 | 96.11 | - |
YUV | 249.76 | 122.49 | 130.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 240 | 0 | 0.01 | 0.05 | 0.01 | 46.15 | 0.76 | 0.97 |
Hex | FD | FA | F0 | 0 | 1 | 5 | 1 | 2E | 4C | 61 |
Octal | 375 | 372 | 360 | 0 | 1 | 5 | 1 | 56 | 114 | 141 |
Binary | 11111101 | 11111010 | 11110000 | 0 | 1 | 101 | 1 | 101110 | 1001100 | 1100001 |
Color Harmonies of #FDFAF0
Complementary color
Monochromatic Colors of #FDFAF0
Black with #FDFAF0
Text Example
Text Example
White with #FDFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAF0; }
p { color: rgb(253,250,240); }
H1.HeaderClassName
{
color: #FDFAF0;
}
.AnyTagClassName
{
color: #FDFAF0;
}
</style>
background-color css
<style>
a { background-color: #FDFAF0; }
a { background-color: rgb(253,250,240); }
div.DivClassName
{
background-color: #FDFAF0;
}
.BgClassName
{
background-color: #FDFAF0;
}
</style>
border-color css
<style>
span { border-color: #FDFAF0; }
span { border-color: rgb(253,250,240); }
td.TdClassName
{
border-color: #FDFAF0;
}
.TagClassName
{
border-color: #FDFAF0;
}
</style>