Shades of Rose White #FDF0E9
Tints of Rose White #FDF0E9
RGB
CMYK
RGB Variations
Color information
#FDF0E9 (or 0xFDF0E9) is known color: Rose White. HEX triplet: FD, F0 and E9. RGB value is (253,240,233). Sum of RGB (Red+Green+Blue) = 253+240+233=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 233 (91.41% from 255 or 32.09% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0E9 is #020F16. Grayscale: #F3F3F3. Windows color (decimal): -134935 or 15331581. OLE color: 15331581.
HSL color Cylindrical-coordinate representation of color #FDF0E9: hue angle of 21º 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 #FDF0E9 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 240 | 233 | - |
CMYK | 0 | 0.05 | 0.08 | 0.01 |
HSL | 21º | 0.83% | 0.95% | - |
HSV(B) | 21º | 0.08% | 0.99% | - |
XYZ | 86.38 | 89.09 | 89.73 | - |
YUV | 243.09 | 122.31 | 135.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 240 | 233 | 0 | 0.05 | 0.08 | 0.01 | 21 | 0.83 | 0.95 |
Hex | FD | F0 | E9 | 0 | 5 | 8 | 1 | 15 | 53 | 5F |
Octal | 375 | 360 | 351 | 0 | 5 | 10 | 1 | 25 | 123 | 137 |
Binary | 11111101 | 11110000 | 11101001 | 0 | 101 | 1000 | 1 | 10101 | 1010011 | 1011111 |
Color Harmonies of #FDF0E9
Complementary color
Monochromatic Colors of #FDF0E9
Black with #FDF0E9
Text Example
Text Example
White with #FDF0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0E9; }
p { color: rgb(253,240,233); }
H1.HeaderClassName
{
color: #FDF0E9;
}
.AnyTagClassName
{
color: #FDF0E9;
}
</style>
background-color css
<style>
a { background-color: #FDF0E9; }
a { background-color: rgb(253,240,233); }
div.DivClassName
{
background-color: #FDF0E9;
}
.BgClassName
{
background-color: #FDF0E9;
}
</style>
border-color css
<style>
span { border-color: #FDF0E9; }
span { border-color: rgb(253,240,233); }
td.TdClassName
{
border-color: #FDF0E9;
}
.TagClassName
{
border-color: #FDF0E9;
}
</style>