Shades of Floral White #FDFAF6
Tints of Floral White #FDFAF6
RGB
CMYK
RGB Variations
Color information
#FDFAF6 (or 0xFDFAF6) is known color: Floral White. HEX triplet: FD, FA and F6. RGB value is (253,250,246). Sum of RGB (Red+Green+Blue) = 253+250+246=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 250 (98.05% from 255 or 33.38% from 749); Blue value is 246 (96.48% from 255 or 32.84% from 749); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAF6 is #020509. Grayscale: #FAFAFA. Windows color (decimal): -132362 or 16186109. OLE color: 16186109.
HSL color Cylindrical-coordinate representation of color #FDFAF6: hue angle of 34.29º degrees, saturation: 0.64, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDFAF6 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 246 | - |
CMYK | 0 | 0.01 | 0.03 | 0.01 |
HSL | 34.29º | 0.64% | 0.98% | - |
HSV(B) | 34.29º | 0.03% | 0.99% | - |
XYZ | 91.33 | 95.91 | 100.89 | - |
YUV | 250.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 246 | 0 | 0.01 | 0.03 | 0.01 | 34.29 | 0.64 | 0.98 |
Hex | FD | FA | F6 | 0 | 1 | 3 | 1 | 22 | 40 | 62 |
Octal | 375 | 372 | 366 | 0 | 1 | 3 | 1 | 42 | 100 | 142 |
Binary | 11111101 | 11111010 | 11110110 | 0 | 1 | 11 | 1 | 100010 | 1000000 | 1100010 |
Color Harmonies of #FDFAF6
Complementary color
Monochromatic Colors of #FDFAF6
Black with #FDFAF6
Text Example
Text Example
White with #FDFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAF6; }
p { color: rgb(253,250,246); }
H1.HeaderClassName
{
color: #FDFAF6;
}
.AnyTagClassName
{
color: #FDFAF6;
}
</style>
background-color css
<style>
a { background-color: #FDFAF6; }
a { background-color: rgb(253,250,246); }
div.DivClassName
{
background-color: #FDFAF6;
}
.BgClassName
{
background-color: #FDFAF6;
}
</style>
border-color css
<style>
span { border-color: #FDFAF6; }
span { border-color: rgb(253,250,246); }
td.TdClassName
{
border-color: #FDFAF6;
}
.TagClassName
{
border-color: #FDFAF6;
}
</style>