Shades of Classic Rose #FECAEE
Tints of Classic Rose #FECAEE
RGB
CMYK
RGB Variations
Color information
#FECAEE (or 0xFECAEE) is known color: Classic Rose. HEX triplet: FE, CA and EE. RGB value is (254,202,238). Sum of RGB (Red+Green+Blue) = 254+202+238=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAEE is #013511. Grayscale: #DDDDDD. Windows color (decimal): -79122 or 15649534. OLE color: 15649534.
HSL color Cylindrical-coordinate representation of color #FECAEE: hue angle of 318.46º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECAEE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 238 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.00 |
| HSL | 318.46º | 0.96% | 0.89% | - |
| HSV(B) | 318.46º | 0.2% | 1% | - |
| XYZ | 77.43 | 69.48 | 90.22 | - |
| YUV | 221.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 238 | 0 | 0.20 | 0.06 | 0.00 | 318.46 | 0.96 | 0.89 |
| Hex | FE | CA | EE | 0 | 14 | 6 | 0 | 13E | 60 | 59 |
| Octal | 376 | 312 | 356 | 0 | 24 | 6 | 0 | 476 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11101110 | 0 | 10100 | 110 | 0 | 100111110 | 1100000 | 1011001 |
Color Harmonies of #FECAEE
Complementary color
Monochromatic Colors of #FECAEE
Black with #FECAEE
Text Example
Text Example
White with #FECAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAEE; }
p { color: rgb(254,202,238); }
H1.HeaderClassName
{
color: #FECAEE;
}
.AnyTagClassName
{
color: #FECAEE;
}
</style>
background-color css
<style>
a { background-color: #FECAEE; }
a { background-color: rgb(254,202,238); }
div.DivClassName
{
background-color: #FECAEE;
}
.BgClassName
{
background-color: #FECAEE;
}
</style>
border-color css
<style>
span { border-color: #FECAEE; }
span { border-color: rgb(254,202,238); }
td.TdClassName
{
border-color: #FECAEE;
}
.TagClassName
{
border-color: #FECAEE;
}
</style>