Shades of Classic Rose #FECCE7
Tints of Classic Rose #FECCE7
RGB
CMYK
RGB Variations
Color information
#FECCE7 (or 0xFECCE7) is known color: Classic Rose. HEX triplet: FE, CC and E7. RGB value is (254,204,231). Sum of RGB (Red+Green+Blue) = 254+204+231=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCE7 is #013318. Grayscale: #DDDDDD. Windows color (decimal): -78617 or 15191294. OLE color: 15191294.
HSL color Cylindrical-coordinate representation of color #FECCE7: hue angle of 327.6º 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 #FECCE7 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 231 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.00 |
| HSL | 327.6º | 0.96% | 0.9% | - |
| HSV(B) | 327.6º | 0.2% | 1% | - |
| XYZ | 76.89 | 70.03 | 85.07 | - |
| YUV | 222.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 231 | 0 | 0.20 | 0.09 | 0.00 | 327.6 | 0.96 | 0.9 |
| Hex | FE | CC | E7 | 0 | 14 | 9 | 0 | 148 | 60 | 5A |
| Octal | 376 | 314 | 347 | 0 | 24 | 11 | 0 | 510 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11100111 | 0 | 10100 | 1001 | 0 | 101001000 | 1100000 | 1011010 |
Color Harmonies of #FECCE7
Complementary color
Monochromatic Colors of #FECCE7
Black with #FECCE7
Text Example
Text Example
White with #FECCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCE7; }
p { color: rgb(254,204,231); }
H1.HeaderClassName
{
color: #FECCE7;
}
.AnyTagClassName
{
color: #FECCE7;
}
</style>
background-color css
<style>
a { background-color: #FECCE7; }
a { background-color: rgb(254,204,231); }
div.DivClassName
{
background-color: #FECCE7;
}
.BgClassName
{
background-color: #FECCE7;
}
</style>
border-color css
<style>
span { border-color: #FECCE7; }
span { border-color: rgb(254,204,231); }
td.TdClassName
{
border-color: #FECCE7;
}
.TagClassName
{
border-color: #FECCE7;
}
</style>