Shades of Rose White #FEEEE6
Tints of Rose White #FEEEE6
RGB
CMYK
RGB Variations
Color information
#FEEEE6 (or 0xFEEEE6) is known color: Rose White. HEX triplet: FE, EE and E6. RGB value is (254,238,230). Sum of RGB (Red+Green+Blue) = 254+238+230=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 230 (90.23% from 255 or 31.86% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEE6 is #011119. Grayscale: #F1F1F1. Windows color (decimal): -69914 or 15134462. OLE color: 15134462.
HSL color Cylindrical-coordinate representation of color #FEEEE6: hue angle of 20º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEEEE6 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 230 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.00 |
| HSL | 20º | 0.92% | 0.95% | - |
| HSV(B) | 20º | 0.09% | 1% | - |
| XYZ | 85.73 | 87.93 | 87.32 | - |
| YUV | 241.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 230 | 0 | 0.06 | 0.09 | 0.00 | 20 | 0.92 | 0.95 |
| Hex | FE | EE | E6 | 0 | 6 | 9 | 0 | 14 | 5C | 5F |
| Octal | 376 | 356 | 346 | 0 | 6 | 11 | 0 | 24 | 134 | 137 |
| Binary | 11111110 | 11101110 | 11100110 | 0 | 110 | 1001 | 0 | 10100 | 1011100 | 1011111 |
Color Harmonies of #FEEEE6
Complementary color
Monochromatic Colors of #FEEEE6
Black with #FEEEE6
Text Example
Text Example
White with #FEEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEE6; }
p { color: rgb(254,238,230); }
H1.HeaderClassName
{
color: #FEEEE6;
}
.AnyTagClassName
{
color: #FEEEE6;
}
</style>
background-color css
<style>
a { background-color: #FEEEE6; }
a { background-color: rgb(254,238,230); }
div.DivClassName
{
background-color: #FEEEE6;
}
.BgClassName
{
background-color: #FEEEE6;
}
</style>
border-color css
<style>
span { border-color: #FEEEE6; }
span { border-color: rgb(254,238,230); }
td.TdClassName
{
border-color: #FEEEE6;
}
.TagClassName
{
border-color: #FEEEE6;
}
</style>