Shades of Rose White #FDEEEA
Tints of Rose White #FDEEEA
RGB
CMYK
RGB Variations
Color information
#FDEEEA (or 0xFDEEEA) is known color: Rose White. HEX triplet: FD, EE and EA. RGB value is (253,238,234). Sum of RGB (Red+Green+Blue) = 253+238+234=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 238 (93.36% from 255 or 32.83% from 725); Blue value is 234 (91.80% from 255 or 32.28% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEEA is #021115. Grayscale: #F2F2F2. Windows color (decimal): -135446 or 15396605. OLE color: 15396605.
HSL color Cylindrical-coordinate representation of color #FDEEEA: hue angle of 12.63º 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 #FDEEEA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 234 | - |
CMYK | 0 | 0.06 | 0.08 | 0.01 |
HSL | 12.63º | 0.83% | 0.95% | - |
HSV(B) | 12.63º | 0.08% | 0.99% | - |
XYZ | 85.93 | 87.97 | 90.29 | - |
YUV | 242.03 | 123.47 | 135.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 234 | 0 | 0.06 | 0.08 | 0.01 | 12.63 | 0.83 | 0.95 |
Hex | FD | EE | EA | 0 | 6 | 8 | 1 | D | 53 | 5F |
Octal | 375 | 356 | 352 | 0 | 6 | 10 | 1 | 15 | 123 | 137 |
Binary | 11111101 | 11101110 | 11101010 | 0 | 110 | 1000 | 1 | 1101 | 1010011 | 1011111 |
Color Harmonies of #FDEEEA
Complementary color
Monochromatic Colors of #FDEEEA
Black with #FDEEEA
Text Example
Text Example
White with #FDEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEEA; }
p { color: rgb(253,238,234); }
H1.HeaderClassName
{
color: #FDEEEA;
}
.AnyTagClassName
{
color: #FDEEEA;
}
</style>
background-color css
<style>
a { background-color: #FDEEEA; }
a { background-color: rgb(253,238,234); }
div.DivClassName
{
background-color: #FDEEEA;
}
.BgClassName
{
background-color: #FDEEEA;
}
</style>
border-color css
<style>
span { border-color: #FDEEEA; }
span { border-color: rgb(253,238,234); }
td.TdClassName
{
border-color: #FDEEEA;
}
.TagClassName
{
border-color: #FDEEEA;
}
</style>