Shades of Classic Rose #FECCE9
Tints of Classic Rose #FECCE9
RGB
CMYK
RGB Variations
Color information
#FECCE9 (or 0xFECCE9) is known color: Classic Rose. HEX triplet: FE, CC and E9. RGB value is (254,204,233). Sum of RGB (Red+Green+Blue) = 254+204+233=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCE9 is #013316. Grayscale: #DEDEDE. Windows color (decimal): -78615 or 15322366. OLE color: 15322366.
HSL color Cylindrical-coordinate representation of color #FECCE9: hue angle of 325.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECCE9 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 233 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.00 |
| HSL | 325.2º | 0.96% | 0.9% | - |
| HSV(B) | 325.2º | 0.2% | 1% | - |
| XYZ | 77.17 | 70.14 | 86.56 | - |
| YUV | 222.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 233 | 0 | 0.20 | 0.08 | 0.00 | 325.2 | 0.96 | 0.9 |
| Hex | FE | CC | E9 | 0 | 14 | 8 | 0 | 145 | 60 | 5A |
| Octal | 376 | 314 | 351 | 0 | 24 | 10 | 0 | 505 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11101001 | 0 | 10100 | 1000 | 0 | 101000101 | 1100000 | 1011010 |
Color Harmonies of #FECCE9
Complementary color
Monochromatic Colors of #FECCE9
Black with #FECCE9
Text Example
Text Example
White with #FECCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCE9; }
p { color: rgb(254,204,233); }
H1.HeaderClassName
{
color: #FECCE9;
}
.AnyTagClassName
{
color: #FECCE9;
}
</style>
background-color css
<style>
a { background-color: #FECCE9; }
a { background-color: rgb(254,204,233); }
div.DivClassName
{
background-color: #FECCE9;
}
.BgClassName
{
background-color: #FECCE9;
}
</style>
border-color css
<style>
span { border-color: #FECCE9; }
span { border-color: rgb(254,204,233); }
td.TdClassName
{
border-color: #FECCE9;
}
.TagClassName
{
border-color: #FECCE9;
}
</style>