Shades of Floral White #FDF9F4
Tints of Floral White #FDF9F4
RGB
CMYK
RGB Variations
Color information
#FDF9F4 (or 0xFDF9F4) is known color: Floral White. HEX triplet: FD, F9 and F4. RGB value is (253,249,244). Sum of RGB (Red+Green+Blue) = 253+249+244=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 249 (97.66% from 255 or 33.38% from 746); Blue value is 244 (95.70% from 255 or 32.71% from 746); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9F4 is #02060B. Grayscale: #F9F9F9. Windows color (decimal): -132620 or 16054781. OLE color: 16054781.
HSL color Cylindrical-coordinate representation of color #FDF9F4: hue angle of 33.33º 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 #FDF9F4 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 249 | 244 | - |
CMYK | 0 | 0.02 | 0.04 | 0.01 |
HSL | 33.33º | 0.69% | 0.97% | - |
HSV(B) | 33.33º | 0.04% | 0.99% | - |
XYZ | 90.71 | 95.17 | 99.18 | - |
YUV | 249.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 244 | 0 | 0.02 | 0.04 | 0.01 | 33.33 | 0.69 | 0.97 |
Hex | FD | F9 | F4 | 0 | 2 | 4 | 1 | 21 | 45 | 61 |
Octal | 375 | 371 | 364 | 0 | 2 | 4 | 1 | 41 | 105 | 141 |
Binary | 11111101 | 11111001 | 11110100 | 0 | 10 | 100 | 1 | 100001 | 1000101 | 1100001 |
Color Harmonies of #FDF9F4
Complementary color
Monochromatic Colors of #FDF9F4
Black with #FDF9F4
Text Example
Text Example
White with #FDF9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9F4; }
p { color: rgb(253,249,244); }
H1.HeaderClassName
{
color: #FDF9F4;
}
.AnyTagClassName
{
color: #FDF9F4;
}
</style>
background-color css
<style>
a { background-color: #FDF9F4; }
a { background-color: rgb(253,249,244); }
div.DivClassName
{
background-color: #FDF9F4;
}
.BgClassName
{
background-color: #FDF9F4;
}
</style>
border-color css
<style>
span { border-color: #FDF9F4; }
span { border-color: rgb(253,249,244); }
td.TdClassName
{
border-color: #FDF9F4;
}
.TagClassName
{
border-color: #FDF9F4;
}
</style>