Shades of Classic Rose #FECCE5
Tints of Classic Rose #FECCE5
RGB
CMYK
RGB Variations
Color information
#FECCE5 (or 0xFECCE5) is known color: Classic Rose. HEX triplet: FE, CC and E5. RGB value is (254,204,229). Sum of RGB (Red+Green+Blue) = 254+204+229=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCE5 is #01331A. Grayscale: #DDDDDD. Windows color (decimal): -78619 or 15060222. OLE color: 15060222.
HSL color Cylindrical-coordinate representation of color #FECCE5: hue angle of 330º 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 #FECCE5 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 229 | - |
CMYK | 0 | 0.20 | 0.10 | 0.00 |
HSL | 330º | 0.96% | 0.9% | - |
HSV(B) | 330º | 0.2% | 1% | - |
XYZ | 76.61 | 69.91 | 83.59 | - |
YUV | 221.8 | 132.07 | 150.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 229 | 0 | 0.20 | 0.10 | 0.00 | 330 | 0.96 | 0.9 |
Hex | FE | CC | E5 | 0 | 14 | A | 0 | 14A | 60 | 5A |
Octal | 376 | 314 | 345 | 0 | 24 | 12 | 0 | 512 | 140 | 132 |
Binary | 11111110 | 11001100 | 11100101 | 0 | 10100 | 1010 | 0 | 101001010 | 1100000 | 1011010 |
Color Harmonies of #FECCE5
Complementary color
Monochromatic Colors of #FECCE5
Black with #FECCE5
Text Example
Text Example
White with #FECCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCE5; }
p { color: rgb(254,204,229); }
H1.HeaderClassName
{
color: #FECCE5;
}
.AnyTagClassName
{
color: #FECCE5;
}
</style>
background-color css
<style>
a { background-color: #FECCE5; }
a { background-color: rgb(254,204,229); }
div.DivClassName
{
background-color: #FECCE5;
}
.BgClassName
{
background-color: #FECCE5;
}
</style>
border-color css
<style>
span { border-color: #FECCE5; }
span { border-color: rgb(254,204,229); }
td.TdClassName
{
border-color: #FECCE5;
}
.TagClassName
{
border-color: #FECCE5;
}
</style>