Shades of Classic Rose #FEC3E2
Tints of Classic Rose #FEC3E2
RGB
CMYK
RGB Variations
Color information
#FEC3E2 (or 0xFEC3E2) is known color: Classic Rose. HEX triplet: FE, C3 and E2. RGB value is (254,195,226). Sum of RGB (Red+Green+Blue) = 254+195+226=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 195 (76.56% from 255 or 28.89% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3E2 is #013C1D. Grayscale: #D8D8D8. Windows color (decimal): -80926 or 14861310. OLE color: 14861310.
HSL color Cylindrical-coordinate representation of color #FEC3E2: hue angle of 328.47º 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 #FEC3E2 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 195 | 226 | - |
CMYK | 0 | 0.23 | 0.11 | 0.00 |
HSL | 328.47º | 0.97% | 0.88% | - |
HSV(B) | 328.47º | 0.23% | 1% | - |
XYZ | 74.12 | 65.59 | 80.71 | - |
YUV | 216.18 | 133.55 | 154.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 195 | 226 | 0 | 0.23 | 0.11 | 0.00 | 328.47 | 0.97 | 0.88 |
Hex | FE | C3 | E2 | 0 | 17 | B | 0 | 148 | 61 | 58 |
Octal | 376 | 303 | 342 | 0 | 27 | 13 | 0 | 510 | 141 | 130 |
Binary | 11111110 | 11000011 | 11100010 | 0 | 10111 | 1011 | 0 | 101001000 | 1100001 | 1011000 |
Color Harmonies of #FEC3E2
Complementary color
Monochromatic Colors of #FEC3E2
Black with #FEC3E2
Text Example
Text Example
White with #FEC3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3E2; }
p { color: rgb(254,195,226); }
H1.HeaderClassName
{
color: #FEC3E2;
}
.AnyTagClassName
{
color: #FEC3E2;
}
</style>
background-color css
<style>
a { background-color: #FEC3E2; }
a { background-color: rgb(254,195,226); }
div.DivClassName
{
background-color: #FEC3E2;
}
.BgClassName
{
background-color: #FEC3E2;
}
</style>
border-color css
<style>
span { border-color: #FEC3E2; }
span { border-color: rgb(254,195,226); }
td.TdClassName
{
border-color: #FEC3E2;
}
.TagClassName
{
border-color: #FEC3E2;
}
</style>