Shades of Rose White #FDF2EE
Tints of Rose White #FDF2EE
RGB
CMYK
RGB Variations
Color information
#FDF2EE (or 0xFDF2EE) is known color: Rose White. HEX triplet: FD, F2 and EE. RGB value is (253,242,238). Sum of RGB (Red+Green+Blue) = 253+242+238=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 242 (94.92% from 255 or 33.02% from 733); Blue value is 238 (93.36% from 255 or 32.47% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2EE is #020D11. Grayscale: #F4F4F4. Windows color (decimal): -134418 or 15659773. OLE color: 15659773.
HSL color Cylindrical-coordinate representation of color #FDF2EE: hue angle of 16º degrees, saturation: 0.79, 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 #FDF2EE is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 242 | 238 | - |
CMYK | 0 | 0.04 | 0.06 | 0.01 |
HSL | 16º | 0.79% | 0.96% | - |
HSV(B) | 16º | 0.06% | 0.99% | - |
XYZ | 87.69 | 90.56 | 93.75 | - |
YUV | 244.83 | 124.14 | 133.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 242 | 238 | 0 | 0.04 | 0.06 | 0.01 | 16 | 0.79 | 0.96 |
Hex | FD | F2 | EE | 0 | 4 | 6 | 1 | 10 | 4F | 60 |
Octal | 375 | 362 | 356 | 0 | 4 | 6 | 1 | 20 | 117 | 140 |
Binary | 11111101 | 11110010 | 11101110 | 0 | 100 | 110 | 1 | 10000 | 1001111 | 1100000 |
Color Harmonies of #FDF2EE
Complementary color
Monochromatic Colors of #FDF2EE
Black with #FDF2EE
Text Example
Text Example
White with #FDF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2EE; }
p { color: rgb(253,242,238); }
H1.HeaderClassName
{
color: #FDF2EE;
}
.AnyTagClassName
{
color: #FDF2EE;
}
</style>
background-color css
<style>
a { background-color: #FDF2EE; }
a { background-color: rgb(253,242,238); }
div.DivClassName
{
background-color: #FDF2EE;
}
.BgClassName
{
background-color: #FDF2EE;
}
</style>
border-color css
<style>
span { border-color: #FDF2EE; }
span { border-color: rgb(253,242,238); }
td.TdClassName
{
border-color: #FDF2EE;
}
.TagClassName
{
border-color: #FDF2EE;
}
</style>