Shades of Classic Rose #FEC8EA
Tints of Classic Rose #FEC8EA
RGB
CMYK
RGB Variations
Color information
#FEC8EA (or 0xFEC8EA) is known color: Classic Rose. HEX triplet: FE, C8 and EA. RGB value is (254,200,234). Sum of RGB (Red+Green+Blue) = 254+200+234=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8EA is #013715. Grayscale: #DBDBDB. Windows color (decimal): -79638 or 15386878. OLE color: 15386878.
HSL color Cylindrical-coordinate representation of color #FEC8EA: hue angle of 322.22º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8EA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 234 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.00 |
| HSL | 322.22º | 0.96% | 0.89% | - |
| HSV(B) | 322.22º | 0.21% | 1% | - |
| XYZ | 76.38 | 68.32 | 87 | - |
| YUV | 220.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 234 | 0 | 0.21 | 0.08 | 0.00 | 322.22 | 0.96 | 0.89 |
| Hex | FE | C8 | EA | 0 | 15 | 8 | 0 | 142 | 60 | 59 |
| Octal | 376 | 310 | 352 | 0 | 25 | 10 | 0 | 502 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11101010 | 0 | 10101 | 1000 | 0 | 101000010 | 1100000 | 1011001 |
Color Harmonies of #FEC8EA
Complementary color
Monochromatic Colors of #FEC8EA
Black with #FEC8EA
Text Example
Text Example
White with #FEC8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8EA; }
p { color: rgb(254,200,234); }
H1.HeaderClassName
{
color: #FEC8EA;
}
.AnyTagClassName
{
color: #FEC8EA;
}
</style>
background-color css
<style>
a { background-color: #FEC8EA; }
a { background-color: rgb(254,200,234); }
div.DivClassName
{
background-color: #FEC8EA;
}
.BgClassName
{
background-color: #FEC8EA;
}
</style>
border-color css
<style>
span { border-color: #FEC8EA; }
span { border-color: rgb(254,200,234); }
td.TdClassName
{
border-color: #FEC8EA;
}
.TagClassName
{
border-color: #FEC8EA;
}
</style>