Shades of Classic Rose #FECAF1
Tints of Classic Rose #FECAF1
RGB
CMYK
RGB Variations
Color information
#FECAF1 (or 0xFECAF1) is known color: Classic Rose. HEX triplet: FE, CA and F1. RGB value is (254,202,241). Sum of RGB (Red+Green+Blue) = 254+202+241=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 202 (79.30% from 255 or 28.98% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF1 is #01350E. Grayscale: #DDDDDD. Windows color (decimal): -79119 or 15846142. OLE color: 15846142.
HSL color Cylindrical-coordinate representation of color #FECAF1: hue angle of 315º 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 #FECAF1 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 241 | - |
CMYK | 0 | 0.20 | 0.05 | 0.00 |
HSL | 315º | 0.96% | 0.89% | - |
HSV(B) | 315º | 0.2% | 1% | - |
XYZ | 77.87 | 69.66 | 92.56 | - |
YUV | 221.99 | 138.73 | 150.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 241 | 0 | 0.20 | 0.05 | 0.00 | 315 | 0.96 | 0.89 |
Hex | FE | CA | F1 | 0 | 14 | 5 | 0 | 13B | 60 | 59 |
Octal | 376 | 312 | 361 | 0 | 24 | 5 | 0 | 473 | 140 | 131 |
Binary | 11111110 | 11001010 | 11110001 | 0 | 10100 | 101 | 0 | 100111011 | 1100000 | 1011001 |
Color Harmonies of #FECAF1
Complementary color
Monochromatic Colors of #FECAF1
Black with #FECAF1
Text Example
Text Example
White with #FECAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAF1; }
p { color: rgb(254,202,241); }
H1.HeaderClassName
{
color: #FECAF1;
}
.AnyTagClassName
{
color: #FECAF1;
}
</style>
background-color css
<style>
a { background-color: #FECAF1; }
a { background-color: rgb(254,202,241); }
div.DivClassName
{
background-color: #FECAF1;
}
.BgClassName
{
background-color: #FECAF1;
}
</style>
border-color css
<style>
span { border-color: #FECAF1; }
span { border-color: rgb(254,202,241); }
td.TdClassName
{
border-color: #FECAF1;
}
.TagClassName
{
border-color: #FECAF1;
}
</style>