Shades of Classic Rose #FECAF2
Tints of Classic Rose #FECAF2
RGB
CMYK
RGB Variations
Color information
#FECAF2 (or 0xFECAF2) is known color: Classic Rose. HEX triplet: FE, CA and F2. RGB value is (254,202,242). Sum of RGB (Red+Green+Blue) = 254+202+242=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 202 (79.30% from 255 or 28.94% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF2 is #01350D. Grayscale: #DEDEDE. Windows color (decimal): -79118 or 15911678. OLE color: 15911678.
HSL color Cylindrical-coordinate representation of color #FECAF2: hue angle of 313.85º 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 #FECAF2 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 242 | - |
CMYK | 0 | 0.20 | 0.05 | 0.00 |
HSL | 313.85º | 0.96% | 0.89% | - |
HSV(B) | 313.85º | 0.2% | 1% | - |
XYZ | 78.02 | 69.72 | 93.35 | - |
YUV | 222.11 | 139.23 | 150.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 242 | 0 | 0.20 | 0.05 | 0.00 | 313.85 | 0.96 | 0.89 |
Hex | FE | CA | F2 | 0 | 14 | 5 | 0 | 13A | 60 | 59 |
Octal | 376 | 312 | 362 | 0 | 24 | 5 | 0 | 472 | 140 | 131 |
Binary | 11111110 | 11001010 | 11110010 | 0 | 10100 | 101 | 0 | 100111010 | 1100000 | 1011001 |
Color Harmonies of #FECAF2
Complementary color
Monochromatic Colors of #FECAF2
Black with #FECAF2
Text Example
Text Example
White with #FECAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAF2; }
p { color: rgb(254,202,242); }
H1.HeaderClassName
{
color: #FECAF2;
}
.AnyTagClassName
{
color: #FECAF2;
}
</style>
background-color css
<style>
a { background-color: #FECAF2; }
a { background-color: rgb(254,202,242); }
div.DivClassName
{
background-color: #FECAF2;
}
.BgClassName
{
background-color: #FECAF2;
}
</style>
border-color css
<style>
span { border-color: #FECAF2; }
span { border-color: rgb(254,202,242); }
td.TdClassName
{
border-color: #FECAF2;
}
.TagClassName
{
border-color: #FECAF2;
}
</style>