Shades of Classic Rose #FECADF
Tints of Classic Rose #FECADF
RGB
CMYK
RGB Variations
Color information
#FECADF (or 0xFECADF) is known color: Classic Rose. HEX triplet: FE, CA and DF. RGB value is (254,202,223). Sum of RGB (Red+Green+Blue) = 254+202+223=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FECADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECADF is #013520. Grayscale: #DBDBDB. Windows color (decimal): -79137 or 14666494. OLE color: 14666494.
HSL color Cylindrical-coordinate representation of color #FECADF: hue angle of 335.77º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECADF is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 223 | - |
CMYK | 0 | 0.20 | 0.12 | 0.00 |
HSL | 335.77º | 0.96% | 0.89% | - |
HSV(B) | 335.77º | 0.2% | 1% | - |
XYZ | 75.31 | 68.64 | 79.09 | - |
YUV | 219.94 | 129.73 | 152.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 223 | 0 | 0.20 | 0.12 | 0.00 | 335.77 | 0.96 | 0.89 |
Hex | FE | CA | DF | 0 | 14 | C | 0 | 150 | 60 | 59 |
Octal | 376 | 312 | 337 | 0 | 24 | 14 | 0 | 520 | 140 | 131 |
Binary | 11111110 | 11001010 | 11011111 | 0 | 10100 | 1100 | 0 | 101010000 | 1100000 | 1011001 |
Color Harmonies of #FECADF
Complementary color
Monochromatic Colors of #FECADF
Black with #FECADF
Text Example
Text Example
White with #FECADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECADF; }
p { color: rgb(254,202,223); }
H1.HeaderClassName
{
color: #FECADF;
}
.AnyTagClassName
{
color: #FECADF;
}
</style>
background-color css
<style>
a { background-color: #FECADF; }
a { background-color: rgb(254,202,223); }
div.DivClassName
{
background-color: #FECADF;
}
.BgClassName
{
background-color: #FECADF;
}
</style>
border-color css
<style>
span { border-color: #FECADF; }
span { border-color: rgb(254,202,223); }
td.TdClassName
{
border-color: #FECADF;
}
.TagClassName
{
border-color: #FECADF;
}
</style>