Shades of Rose White #FDEEEB
Tints of Rose White #FDEEEB
RGB
CMYK
RGB Variations
Color information
#FDEEEB (or 0xFDEEEB) is known color: Rose White. HEX triplet: FD, EE and EB. RGB value is (253,238,235). Sum of RGB (Red+Green+Blue) = 253+238+235=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 235 (92.19% from 255 or 32.37% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEEB is #021114. Grayscale: #F2F2F2. Windows color (decimal): -135445 or 15462141. OLE color: 15462141.
HSL color Cylindrical-coordinate representation of color #FDEEEB: hue angle of 10º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDEEEB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 235 | - |
CMYK | 0 | 0.06 | 0.07 | 0.01 |
HSL | 10º | 0.82% | 0.96% | - |
HSV(B) | 10º | 0.07% | 0.99% | - |
XYZ | 86.08 | 88.03 | 91.05 | - |
YUV | 242.14 | 123.97 | 135.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 235 | 0 | 0.06 | 0.07 | 0.01 | 10 | 0.82 | 0.96 |
Hex | FD | EE | EB | 0 | 6 | 7 | 1 | A | 52 | 60 |
Octal | 375 | 356 | 353 | 0 | 6 | 7 | 1 | 12 | 122 | 140 |
Binary | 11111101 | 11101110 | 11101011 | 0 | 110 | 111 | 1 | 1010 | 1010010 | 1100000 |
Color Harmonies of #FDEEEB
Complementary color
Monochromatic Colors of #FDEEEB
Black with #FDEEEB
Text Example
Text Example
White with #FDEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEEB; }
p { color: rgb(253,238,235); }
H1.HeaderClassName
{
color: #FDEEEB;
}
.AnyTagClassName
{
color: #FDEEEB;
}
</style>
background-color css
<style>
a { background-color: #FDEEEB; }
a { background-color: rgb(253,238,235); }
div.DivClassName
{
background-color: #FDEEEB;
}
.BgClassName
{
background-color: #FDEEEB;
}
</style>
border-color css
<style>
span { border-color: #FDEEEB; }
span { border-color: rgb(253,238,235); }
td.TdClassName
{
border-color: #FDEEEB;
}
.TagClassName
{
border-color: #FDEEEB;
}
</style>