Shades of Classic Rose #FECFF2
Tints of Classic Rose #FECFF2
RGB
CMYK
RGB Variations
Color information
#FECFF2 (or 0xFECFF2) is known color: Classic Rose. HEX triplet: FE, CF and F2. RGB value is (254,207,242). Sum of RGB (Red+Green+Blue) = 254+207+242=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 207 (81.25% from 255 or 29.45% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFF2 is #01300D. Grayscale: #E0E0E0. Windows color (decimal): -77838 or 15912958. OLE color: 15912958.
HSL color Cylindrical-coordinate representation of color #FECFF2: hue angle of 315.32º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECFF2 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 242 | - |
CMYK | 0 | 0.19 | 0.05 | 0.00 |
HSL | 315.32º | 0.96% | 0.9% | - |
HSV(B) | 315.32º | 0.19% | 1% | - |
XYZ | 79.21 | 72.11 | 93.75 | - |
YUV | 225.04 | 137.57 | 148.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 242 | 0 | 0.19 | 0.05 | 0.00 | 315.32 | 0.96 | 0.9 |
Hex | FE | CF | F2 | 0 | 13 | 5 | 0 | 13B | 60 | 5A |
Octal | 376 | 317 | 362 | 0 | 23 | 5 | 0 | 473 | 140 | 132 |
Binary | 11111110 | 11001111 | 11110010 | 0 | 10011 | 101 | 0 | 100111011 | 1100000 | 1011010 |
Color Harmonies of #FECFF2
Complementary color
Monochromatic Colors of #FECFF2
Black with #FECFF2
Text Example
Text Example
White with #FECFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFF2; }
p { color: rgb(254,207,242); }
H1.HeaderClassName
{
color: #FECFF2;
}
.AnyTagClassName
{
color: #FECFF2;
}
</style>
background-color css
<style>
a { background-color: #FECFF2; }
a { background-color: rgb(254,207,242); }
div.DivClassName
{
background-color: #FECFF2;
}
.BgClassName
{
background-color: #FECFF2;
}
</style>
border-color css
<style>
span { border-color: #FECFF2; }
span { border-color: rgb(254,207,242); }
td.TdClassName
{
border-color: #FECFF2;
}
.TagClassName
{
border-color: #FECFF2;
}
</style>