Shades of Classic Rose #FEC2EB
Tints of Classic Rose #FEC2EB
RGB
CMYK
RGB Variations
Color information
#FEC2EB (or 0xFEC2EB) is known color: Classic Rose. HEX triplet: FE, C2 and EB. RGB value is (254,194,235). Sum of RGB (Red+Green+Blue) = 254+194+235=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2EB is #013D14. Grayscale: #D8D8D8. Windows color (decimal): -81173 or 15450878. OLE color: 15450878.
HSL color Cylindrical-coordinate representation of color #FEC2EB: hue angle of 319º 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 #FEC2EB is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 235 | - |
CMYK | 0 | 0.24 | 0.07 | 0.00 |
HSL | 319º | 0.97% | 0.88% | - |
HSV(B) | 319º | 0.24% | 1% | - |
XYZ | 75.16 | 65.65 | 87.31 | - |
YUV | 216.61 | 138.38 | 154.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 235 | 0 | 0.24 | 0.07 | 0.00 | 319 | 0.97 | 0.88 |
Hex | FE | C2 | EB | 0 | 18 | 7 | 0 | 13F | 61 | 58 |
Octal | 376 | 302 | 353 | 0 | 30 | 7 | 0 | 477 | 141 | 130 |
Binary | 11111110 | 11000010 | 11101011 | 0 | 11000 | 111 | 0 | 100111111 | 1100001 | 1011000 |
Color Harmonies of #FEC2EB
Complementary color
Monochromatic Colors of #FEC2EB
Black with #FEC2EB
Text Example
Text Example
White with #FEC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2EB; }
p { color: rgb(254,194,235); }
H1.HeaderClassName
{
color: #FEC2EB;
}
.AnyTagClassName
{
color: #FEC2EB;
}
</style>
background-color css
<style>
a { background-color: #FEC2EB; }
a { background-color: rgb(254,194,235); }
div.DivClassName
{
background-color: #FEC2EB;
}
.BgClassName
{
background-color: #FEC2EB;
}
</style>
border-color css
<style>
span { border-color: #FEC2EB; }
span { border-color: rgb(254,194,235); }
td.TdClassName
{
border-color: #FEC2EB;
}
.TagClassName
{
border-color: #FEC2EB;
}
</style>