Shades of Rose White #FDF2ED
Tints of Rose White #FDF2ED
RGB
CMYK
RGB Variations
Color information
#FDF2ED (or 0xFDF2ED) is known color: Rose White. HEX triplet: FD, F2 and ED. RGB value is (253,242,237). Sum of RGB (Red+Green+Blue) = 253+242+237=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 242 (94.92% from 255 or 33.06% from 732); Blue value is 237 (92.97% from 255 or 32.38% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2ED is #020D12. Grayscale: #F4F4F4. Windows color (decimal): -134419 or 15594237. OLE color: 15594237.
HSL color Cylindrical-coordinate representation of color #FDF2ED: hue angle of 18.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 #FDF2ED is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 242 | 237 | - |
CMYK | 0 | 0.04 | 0.06 | 0.01 |
HSL | 18.75º | 0.8% | 0.96% | - |
HSV(B) | 18.75º | 0.06% | 0.99% | - |
XYZ | 87.55 | 90.5 | 92.98 | - |
YUV | 244.72 | 123.64 | 133.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 242 | 237 | 0 | 0.04 | 0.06 | 0.01 | 18.75 | 0.8 | 0.96 |
Hex | FD | F2 | ED | 0 | 4 | 6 | 1 | 13 | 50 | 60 |
Octal | 375 | 362 | 355 | 0 | 4 | 6 | 1 | 23 | 120 | 140 |
Binary | 11111101 | 11110010 | 11101101 | 0 | 100 | 110 | 1 | 10011 | 1010000 | 1100000 |
Color Harmonies of #FDF2ED
Complementary color
Monochromatic Colors of #FDF2ED
Black with #FDF2ED
Text Example
Text Example
White with #FDF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2ED; }
p { color: rgb(253,242,237); }
H1.HeaderClassName
{
color: #FDF2ED;
}
.AnyTagClassName
{
color: #FDF2ED;
}
</style>
background-color css
<style>
a { background-color: #FDF2ED; }
a { background-color: rgb(253,242,237); }
div.DivClassName
{
background-color: #FDF2ED;
}
.BgClassName
{
background-color: #FDF2ED;
}
</style>
border-color css
<style>
span { border-color: #FDF2ED; }
span { border-color: rgb(253,242,237); }
td.TdClassName
{
border-color: #FDF2ED;
}
.TagClassName
{
border-color: #FDF2ED;
}
</style>