Shades of Classic Rose #FECAEA
Tints of Classic Rose #FECAEA
RGB
CMYK
RGB Variations
Color information
#FECAEA (or 0xFECAEA) is known color: Classic Rose. HEX triplet: FE, CA and EA. RGB value is (254,202,234). Sum of RGB (Red+Green+Blue) = 254+202+234=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAEA is #013515. Grayscale: #DDDDDD. Windows color (decimal): -79126 or 15387390. OLE color: 15387390.
HSL color Cylindrical-coordinate representation of color #FECAEA: hue angle of 323.08º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECAEA is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 234 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.00 |
| HSL | 323.08º | 0.96% | 0.89% | - |
| HSV(B) | 323.08º | 0.2% | 1% | - |
| XYZ | 76.84 | 69.25 | 87.16 | - |
| YUV | 221.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 234 | 0 | 0.20 | 0.08 | 0.00 | 323.08 | 0.96 | 0.89 |
| Hex | FE | CA | EA | 0 | 14 | 8 | 0 | 143 | 60 | 59 |
| Octal | 376 | 312 | 352 | 0 | 24 | 10 | 0 | 503 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11101010 | 0 | 10100 | 1000 | 0 | 101000011 | 1100000 | 1011001 |
Color Harmonies of #FECAEA
Complementary color
Monochromatic Colors of #FECAEA
Black with #FECAEA
Text Example
Text Example
White with #FECAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAEA; }
p { color: rgb(254,202,234); }
H1.HeaderClassName
{
color: #FECAEA;
}
.AnyTagClassName
{
color: #FECAEA;
}
</style>
background-color css
<style>
a { background-color: #FECAEA; }
a { background-color: rgb(254,202,234); }
div.DivClassName
{
background-color: #FECAEA;
}
.BgClassName
{
background-color: #FECAEA;
}
</style>
border-color css
<style>
span { border-color: #FECAEA; }
span { border-color: rgb(254,202,234); }
td.TdClassName
{
border-color: #FECAEA;
}
.TagClassName
{
border-color: #FECAEA;
}
</style>