Shades of Classic Rose #FEC3E6
Tints of Classic Rose #FEC3E6
RGB
CMYK
RGB Variations
Color information
#FEC3E6 (or 0xFEC3E6) is known color: Classic Rose. HEX triplet: FE, C3 and E6. RGB value is (254,195,230). Sum of RGB (Red+Green+Blue) = 254+195+230=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 195 (76.56% from 255 or 28.72% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3E6 is #013C19. Grayscale: #D8D8D8. Windows color (decimal): -80922 or 15123454. OLE color: 15123454.
HSL color Cylindrical-coordinate representation of color #FEC3E6: hue angle of 324.41º 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 #FEC3E6 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 230 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.00 |
| HSL | 324.41º | 0.97% | 0.88% | - |
| HSV(B) | 324.41º | 0.23% | 1% | - |
| XYZ | 74.67 | 65.81 | 83.63 | - |
| YUV | 216.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 230 | 0 | 0.23 | 0.09 | 0.00 | 324.41 | 0.97 | 0.88 |
| Hex | FE | C3 | E6 | 0 | 17 | 9 | 0 | 144 | 61 | 58 |
| Octal | 376 | 303 | 346 | 0 | 27 | 11 | 0 | 504 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11100110 | 0 | 10111 | 1001 | 0 | 101000100 | 1100001 | 1011000 |
Color Harmonies of #FEC3E6
Complementary color
Monochromatic Colors of #FEC3E6
Black with #FEC3E6
Text Example
Text Example
White with #FEC3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3E6; }
p { color: rgb(254,195,230); }
H1.HeaderClassName
{
color: #FEC3E6;
}
.AnyTagClassName
{
color: #FEC3E6;
}
</style>
background-color css
<style>
a { background-color: #FEC3E6; }
a { background-color: rgb(254,195,230); }
div.DivClassName
{
background-color: #FEC3E6;
}
.BgClassName
{
background-color: #FEC3E6;
}
</style>
border-color css
<style>
span { border-color: #FEC3E6; }
span { border-color: rgb(254,195,230); }
td.TdClassName
{
border-color: #FEC3E6;
}
.TagClassName
{
border-color: #FEC3E6;
}
</style>