Shades of Rose White #FDF0E8
Tints of Rose White #FDF0E8
RGB
CMYK
RGB Variations
Color information
#FDF0E8 (or 0xFDF0E8) is known color: Rose White. HEX triplet: FD, F0 and E8. RGB value is (253,240,232). Sum of RGB (Red+Green+Blue) = 253+240+232=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 232 (91.02% from 255 or 32% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0E8 is #020F17. Grayscale: #F3F3F3. Windows color (decimal): -134936 or 15266045. OLE color: 15266045.
HSL color Cylindrical-coordinate representation of color #FDF0E8: hue angle of 22.86º degrees, saturation: 0.84, 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 #FDF0E8 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 232 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.01 |
| HSL | 22.86º | 0.84% | 0.95% | - |
| HSV(B) | 22.86º | 0.08% | 0.99% | - |
| XYZ | 86.23 | 89.03 | 88.98 | - |
| YUV | 242.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 232 | 0 | 0.05 | 0.08 | 0.01 | 22.86 | 0.84 | 0.95 |
| Hex | FD | F0 | E8 | 0 | 5 | 8 | 1 | 17 | 54 | 5F |
| Octal | 375 | 360 | 350 | 0 | 5 | 10 | 1 | 27 | 124 | 137 |
| Binary | 11111101 | 11110000 | 11101000 | 0 | 101 | 1000 | 1 | 10111 | 1010100 | 1011111 |
Color Harmonies of #FDF0E8
Complementary color
Monochromatic Colors of #FDF0E8
Black with #FDF0E8
Text Example
Text Example
White with #FDF0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0E8; }
p { color: rgb(253,240,232); }
H1.HeaderClassName
{
color: #FDF0E8;
}
.AnyTagClassName
{
color: #FDF0E8;
}
</style>
background-color css
<style>
a { background-color: #FDF0E8; }
a { background-color: rgb(253,240,232); }
div.DivClassName
{
background-color: #FDF0E8;
}
.BgClassName
{
background-color: #FDF0E8;
}
</style>
border-color css
<style>
span { border-color: #FDF0E8; }
span { border-color: rgb(253,240,232); }
td.TdClassName
{
border-color: #FDF0E8;
}
.TagClassName
{
border-color: #FDF0E8;
}
</style>