Shades of Rose White #FDF0EA
Tints of Rose White #FDF0EA
RGB
CMYK
RGB Variations
Color information
#FDF0EA (or 0xFDF0EA) is known color: Rose White. HEX triplet: FD, F0 and EA. RGB value is (253,240,234). Sum of RGB (Red+Green+Blue) = 253+240+234=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 240 (94.14% from 255 or 33.01% from 727); Blue value is 234 (91.80% from 255 or 32.19% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0EA is #020F15. Grayscale: #F3F3F3. Windows color (decimal): -134934 or 15397117. OLE color: 15397117.
HSL color Cylindrical-coordinate representation of color #FDF0EA: hue angle of 18.95º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDF0EA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 240 | 234 | - |
CMYK | 0 | 0.05 | 0.08 | 0.01 |
HSL | 18.95º | 0.83% | 0.95% | - |
HSV(B) | 18.95º | 0.08% | 0.99% | - |
XYZ | 86.52 | 89.14 | 90.49 | - |
YUV | 243.2 | 122.81 | 134.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 240 | 234 | 0 | 0.05 | 0.08 | 0.01 | 18.95 | 0.83 | 0.95 |
Hex | FD | F0 | EA | 0 | 5 | 8 | 1 | 13 | 53 | 5F |
Octal | 375 | 360 | 352 | 0 | 5 | 10 | 1 | 23 | 123 | 137 |
Binary | 11111101 | 11110000 | 11101010 | 0 | 101 | 1000 | 1 | 10011 | 1010011 | 1011111 |
Color Harmonies of #FDF0EA
Complementary color
Monochromatic Colors of #FDF0EA
Black with #FDF0EA
Text Example
Text Example
White with #FDF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0EA; }
p { color: rgb(253,240,234); }
H1.HeaderClassName
{
color: #FDF0EA;
}
.AnyTagClassName
{
color: #FDF0EA;
}
</style>
background-color css
<style>
a { background-color: #FDF0EA; }
a { background-color: rgb(253,240,234); }
div.DivClassName
{
background-color: #FDF0EA;
}
.BgClassName
{
background-color: #FDF0EA;
}
</style>
border-color css
<style>
span { border-color: #FDF0EA; }
span { border-color: rgb(253,240,234); }
td.TdClassName
{
border-color: #FDF0EA;
}
.TagClassName
{
border-color: #FDF0EA;
}
</style>