Shades of Classic Rose #FECCDF
Tints of Classic Rose #FECCDF
RGB
CMYK
RGB Variations
Color information
#FECCDF (or 0xFECCDF) is known color: Classic Rose. HEX triplet: FE, CC and DF. RGB value is (254,204,223). Sum of RGB (Red+Green+Blue) = 254+204+223=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCDF is #013320. Grayscale: #DDDDDD. Windows color (decimal): -78625 or 14667006. OLE color: 14667006.
HSL color Cylindrical-coordinate representation of color #FECCDF: hue angle of 337.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 #FECCDF is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 223 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.00 |
| HSL | 337.2º | 0.96% | 0.9% | - |
| HSV(B) | 337.2º | 0.2% | 1% | - |
| XYZ | 75.79 | 69.58 | 79.25 | - |
| YUV | 221.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 223 | 0 | 0.20 | 0.12 | 0.00 | 337.2 | 0.96 | 0.9 |
| Hex | FE | CC | DF | 0 | 14 | C | 0 | 151 | 60 | 5A |
| Octal | 376 | 314 | 337 | 0 | 24 | 14 | 0 | 521 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11011111 | 0 | 10100 | 1100 | 0 | 101010001 | 1100000 | 1011010 |
Color Harmonies of #FECCDF
Complementary color
Monochromatic Colors of #FECCDF
Black with #FECCDF
Text Example
Text Example
White with #FECCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCDF; }
p { color: rgb(254,204,223); }
H1.HeaderClassName
{
color: #FECCDF;
}
.AnyTagClassName
{
color: #FECCDF;
}
</style>
background-color css
<style>
a { background-color: #FECCDF; }
a { background-color: rgb(254,204,223); }
div.DivClassName
{
background-color: #FECCDF;
}
.BgClassName
{
background-color: #FECCDF;
}
</style>
border-color css
<style>
span { border-color: #FECCDF; }
span { border-color: rgb(254,204,223); }
td.TdClassName
{
border-color: #FECCDF;
}
.TagClassName
{
border-color: #FECCDF;
}
</style>