Shades of Floral White #FDF8F2
Tints of Floral White #FDF8F2
RGB
CMYK
RGB Variations
Color information
#FDF8F2 (or 0xFDF8F2) is known color: Floral White. HEX triplet: FD, F8 and F2. RGB value is (253,248,242). Sum of RGB (Red+Green+Blue) = 253+248+242=743 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.05% from 743); Green value is 248 (97.27% from 255 or 33.38% from 743); Blue value is 242 (94.92% from 255 or 32.57% from 743); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8F2 is #02070D. Grayscale: #F8F8F8. Windows color (decimal): -132878 or 15923453. OLE color: 15923453.
HSL color Cylindrical-coordinate representation of color #FDF8F2: hue angle of 32.73º degrees, saturation: 0.73, 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 #FDF8F2 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 242 | - |
CMYK | 0 | 0.02 | 0.04 | 0.01 |
HSL | 32.73º | 0.73% | 0.97% | - |
HSV(B) | 32.73º | 0.04% | 0.99% | - |
XYZ | 90.1 | 94.43 | 97.48 | - |
YUV | 248.81 | 124.16 | 130.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 242 | 0 | 0.02 | 0.04 | 0.01 | 32.73 | 0.73 | 0.97 |
Hex | FD | F8 | F2 | 0 | 2 | 4 | 1 | 21 | 49 | 61 |
Octal | 375 | 370 | 362 | 0 | 2 | 4 | 1 | 41 | 111 | 141 |
Binary | 11111101 | 11111000 | 11110010 | 0 | 10 | 100 | 1 | 100001 | 1001001 | 1100001 |
Color Harmonies of #FDF8F2
Complementary color
Monochromatic Colors of #FDF8F2
Black with #FDF8F2
Text Example
Text Example
White with #FDF8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8F2; }
p { color: rgb(253,248,242); }
H1.HeaderClassName
{
color: #FDF8F2;
}
.AnyTagClassName
{
color: #FDF8F2;
}
</style>
background-color css
<style>
a { background-color: #FDF8F2; }
a { background-color: rgb(253,248,242); }
div.DivClassName
{
background-color: #FDF8F2;
}
.BgClassName
{
background-color: #FDF8F2;
}
</style>
border-color css
<style>
span { border-color: #FDF8F2; }
span { border-color: rgb(253,248,242); }
td.TdClassName
{
border-color: #FDF8F2;
}
.TagClassName
{
border-color: #FDF8F2;
}
</style>