Shades of Classic Rose #FECCF2
Tints of Classic Rose #FECCF2
RGB
CMYK
RGB Variations
Color information
#FECCF2 (or 0xFECCF2) is known color: Classic Rose. HEX triplet: FE, CC and F2. RGB value is (254,204,242). Sum of RGB (Red+Green+Blue) = 254+204+242=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 204 (80.08% from 255 or 29.14% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF2 is #01330D. Grayscale: #DFDFDF. Windows color (decimal): -78606 or 15912190. OLE color: 15912190.
HSL color Cylindrical-coordinate representation of color #FECCF2: hue angle of 314.4º 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 #FECCF2 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 242 | - |
CMYK | 0 | 0.20 | 0.05 | 0.00 |
HSL | 314.4º | 0.96% | 0.9% | - |
HSV(B) | 314.4º | 0.2% | 1% | - |
XYZ | 78.49 | 70.67 | 93.51 | - |
YUV | 223.28 | 138.57 | 149.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 242 | 0 | 0.20 | 0.05 | 0.00 | 314.4 | 0.96 | 0.9 |
Hex | FE | CC | F2 | 0 | 14 | 5 | 0 | 13A | 60 | 5A |
Octal | 376 | 314 | 362 | 0 | 24 | 5 | 0 | 472 | 140 | 132 |
Binary | 11111110 | 11001100 | 11110010 | 0 | 10100 | 101 | 0 | 100111010 | 1100000 | 1011010 |
Color Harmonies of #FECCF2
Complementary color
Monochromatic Colors of #FECCF2
Black with #FECCF2
Text Example
Text Example
White with #FECCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCF2; }
p { color: rgb(254,204,242); }
H1.HeaderClassName
{
color: #FECCF2;
}
.AnyTagClassName
{
color: #FECCF2;
}
</style>
background-color css
<style>
a { background-color: #FECCF2; }
a { background-color: rgb(254,204,242); }
div.DivClassName
{
background-color: #FECCF2;
}
.BgClassName
{
background-color: #FECCF2;
}
</style>
border-color css
<style>
span { border-color: #FECCF2; }
span { border-color: rgb(254,204,242); }
td.TdClassName
{
border-color: #FECCF2;
}
.TagClassName
{
border-color: #FECCF2;
}
</style>