Shades of Floral White #FDF6ED
Tints of Floral White #FDF6ED
RGB
CMYK
RGB Variations
Color information
#FDF6ED (or 0xFDF6ED) is known color: Floral White. HEX triplet: FD, F6 and ED. RGB value is (253,246,237). Sum of RGB (Red+Green+Blue) = 253+246+237=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 246 (96.48% from 255 or 33.42% from 736); Blue value is 237 (92.97% from 255 or 32.20% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6ED is #020912. Grayscale: #F7F7F7. Windows color (decimal): -133395 or 15595261. OLE color: 15595261.
HSL color Cylindrical-coordinate representation of color #FDF6ED: hue angle of 33.75º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDF6ED is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 237 | - |
CMYK | 0 | 0.03 | 0.06 | 0.01 |
HSL | 33.75º | 0.8% | 0.96% | - |
HSV(B) | 33.75º | 0.06% | 0.99% | - |
XYZ | 88.75 | 92.91 | 93.38 | - |
YUV | 247.07 | 122.32 | 132.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 237 | 0 | 0.03 | 0.06 | 0.01 | 33.75 | 0.8 | 0.96 |
Hex | FD | F6 | ED | 0 | 3 | 6 | 1 | 22 | 50 | 60 |
Octal | 375 | 366 | 355 | 0 | 3 | 6 | 1 | 42 | 120 | 140 |
Binary | 11111101 | 11110110 | 11101101 | 0 | 11 | 110 | 1 | 100010 | 1010000 | 1100000 |
Color Harmonies of #FDF6ED
Complementary color
Monochromatic Colors of #FDF6ED
Black with #FDF6ED
Text Example
Text Example
White with #FDF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6ED; }
p { color: rgb(253,246,237); }
H1.HeaderClassName
{
color: #FDF6ED;
}
.AnyTagClassName
{
color: #FDF6ED;
}
</style>
background-color css
<style>
a { background-color: #FDF6ED; }
a { background-color: rgb(253,246,237); }
div.DivClassName
{
background-color: #FDF6ED;
}
.BgClassName
{
background-color: #FDF6ED;
}
</style>
border-color css
<style>
span { border-color: #FDF6ED; }
span { border-color: rgb(253,246,237); }
td.TdClassName
{
border-color: #FDF6ED;
}
.TagClassName
{
border-color: #FDF6ED;
}
</style>