Shades of Classic Rose #FEC2EE
Tints of Classic Rose #FEC2EE
RGB
CMYK
RGB Variations
Color information
#FEC2EE (or 0xFEC2EE) is known color: Classic Rose. HEX triplet: FE, C2 and EE. RGB value is (254,194,238). Sum of RGB (Red+Green+Blue) = 254+194+238=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 194 (76.17% from 255 or 28.28% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2EE is #013D11. Grayscale: #D8D8D8. Windows color (decimal): -81170 or 15647486. OLE color: 15647486.
HSL color Cylindrical-coordinate representation of color #FEC2EE: hue angle of 316º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2EE is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 238 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.00 |
| HSL | 316º | 0.97% | 0.88% | - |
| HSV(B) | 316º | 0.24% | 1% | - |
| XYZ | 75.6 | 65.83 | 89.61 | - |
| YUV | 216.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 238 | 0 | 0.24 | 0.06 | 0.00 | 316 | 0.97 | 0.88 |
| Hex | FE | C2 | EE | 0 | 18 | 6 | 0 | 13C | 61 | 58 |
| Octal | 376 | 302 | 356 | 0 | 30 | 6 | 0 | 474 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11101110 | 0 | 11000 | 110 | 0 | 100111100 | 1100001 | 1011000 |
Color Harmonies of #FEC2EE
Complementary color
Monochromatic Colors of #FEC2EE
Black with #FEC2EE
Text Example
Text Example
White with #FEC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2EE; }
p { color: rgb(254,194,238); }
H1.HeaderClassName
{
color: #FEC2EE;
}
.AnyTagClassName
{
color: #FEC2EE;
}
</style>
background-color css
<style>
a { background-color: #FEC2EE; }
a { background-color: rgb(254,194,238); }
div.DivClassName
{
background-color: #FEC2EE;
}
.BgClassName
{
background-color: #FEC2EE;
}
</style>
border-color css
<style>
span { border-color: #FEC2EE; }
span { border-color: rgb(254,194,238); }
td.TdClassName
{
border-color: #FEC2EE;
}
.TagClassName
{
border-color: #FEC2EE;
}
</style>