Shades of Floral White #FDFAF4
Tints of Floral White #FDFAF4
RGB
CMYK
RGB Variations
Color information
#FDFAF4 (or 0xFDFAF4) is known color: Floral White. HEX triplet: FD, FA and F4. RGB value is (253,250,244). Sum of RGB (Red+Green+Blue) = 253+250+244=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 250 (98.05% from 255 or 33.47% from 747); Blue value is 244 (95.70% from 255 or 32.66% from 747); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAF4 is #02050B. Grayscale: #FAFAFA. Windows color (decimal): -132364 or 16055037. OLE color: 16055037.
HSL color Cylindrical-coordinate representation of color #FDFAF4: hue angle of 40º degrees, saturation: 0.69, 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 #FDFAF4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 244 | - |
CMYK | 0 | 0.01 | 0.04 | 0.01 |
HSL | 40º | 0.69% | 0.97% | - |
HSV(B) | 40º | 0.04% | 0.99% | - |
XYZ | 91.02 | 95.79 | 99.28 | - |
YUV | 250.21 | 124.49 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 244 | 0 | 0.01 | 0.04 | 0.01 | 40 | 0.69 | 0.97 |
Hex | FD | FA | F4 | 0 | 1 | 4 | 1 | 28 | 45 | 61 |
Octal | 375 | 372 | 364 | 0 | 1 | 4 | 1 | 50 | 105 | 141 |
Binary | 11111101 | 11111010 | 11110100 | 0 | 1 | 100 | 1 | 101000 | 1000101 | 1100001 |
Color Harmonies of #FDFAF4
Complementary color
Monochromatic Colors of #FDFAF4
Black with #FDFAF4
Text Example
Text Example
White with #FDFAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAF4; }
p { color: rgb(253,250,244); }
H1.HeaderClassName
{
color: #FDFAF4;
}
.AnyTagClassName
{
color: #FDFAF4;
}
</style>
background-color css
<style>
a { background-color: #FDFAF4; }
a { background-color: rgb(253,250,244); }
div.DivClassName
{
background-color: #FDFAF4;
}
.BgClassName
{
background-color: #FDFAF4;
}
</style>
border-color css
<style>
span { border-color: #FDFAF4; }
span { border-color: rgb(253,250,244); }
td.TdClassName
{
border-color: #FDFAF4;
}
.TagClassName
{
border-color: #FDFAF4;
}
</style>