Shades of Classic Rose #FEC3EE
Tints of Classic Rose #FEC3EE
RGB
CMYK
RGB Variations
Color information
#FEC3EE (or 0xFEC3EE) is known color: Classic Rose. HEX triplet: FE, C3 and EE. RGB value is (254,195,238). Sum of RGB (Red+Green+Blue) = 254+195+238=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 195 (76.56% from 255 or 28.38% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3EE is #013C11. Grayscale: #D9D9D9. Windows color (decimal): -80914 or 15647742. OLE color: 15647742.
HSL color Cylindrical-coordinate representation of color #FEC3EE: hue angle of 316.27º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3EE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 238 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.00 |
| HSL | 316.27º | 0.97% | 0.88% | - |
| HSV(B) | 316.27º | 0.23% | 1% | - |
| XYZ | 75.82 | 66.27 | 89.68 | - |
| YUV | 217.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 238 | 0 | 0.23 | 0.06 | 0.00 | 316.27 | 0.97 | 0.88 |
| Hex | FE | C3 | EE | 0 | 17 | 6 | 0 | 13C | 61 | 58 |
| Octal | 376 | 303 | 356 | 0 | 27 | 6 | 0 | 474 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11101110 | 0 | 10111 | 110 | 0 | 100111100 | 1100001 | 1011000 |
Color Harmonies of #FEC3EE
Complementary color
Monochromatic Colors of #FEC3EE
Black with #FEC3EE
Text Example
Text Example
White with #FEC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3EE; }
p { color: rgb(254,195,238); }
H1.HeaderClassName
{
color: #FEC3EE;
}
.AnyTagClassName
{
color: #FEC3EE;
}
</style>
background-color css
<style>
a { background-color: #FEC3EE; }
a { background-color: rgb(254,195,238); }
div.DivClassName
{
background-color: #FEC3EE;
}
.BgClassName
{
background-color: #FEC3EE;
}
</style>
border-color css
<style>
span { border-color: #FEC3EE; }
span { border-color: rgb(254,195,238); }
td.TdClassName
{
border-color: #FEC3EE;
}
.TagClassName
{
border-color: #FEC3EE;
}
</style>