Shades of Classic Rose #FCC2EE
Tints of Classic Rose #FCC2EE
RGB
CMYK
RGB Variations
Color information
#FCC2EE (or 0xFCC2EE) is known color: Classic Rose. HEX triplet: FC, C2 and EE. RGB value is (252,194,238). Sum of RGB (Red+Green+Blue) = 252+194+238=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC2EE is #033D11. Grayscale: #D8D8D8. Windows color (decimal): -212242 or 15647484. OLE color: 15647484.
HSL color Cylindrical-coordinate representation of color #FCC2EE: hue angle of 314.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC2EE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 194 | 238 | - |
CMYK | 0 | 0.23 | 0.06 | 0.01 |
HSL | 314.48º | 0.91% | 0.87% | - |
HSV(B) | 314.48º | 0.23% | 0.99% | - |
XYZ | 74.87 | 65.45 | 89.58 | - |
YUV | 216.36 | 140.22 | 153.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 194 | 238 | 0 | 0.23 | 0.06 | 0.01 | 314.48 | 0.91 | 0.87 |
Hex | FC | C2 | EE | 0 | 17 | 6 | 1 | 13A | 5B | 57 |
Octal | 374 | 302 | 356 | 0 | 27 | 6 | 1 | 472 | 133 | 127 |
Binary | 11111100 | 11000010 | 11101110 | 0 | 10111 | 110 | 1 | 100111010 | 1011011 | 1010111 |
Color Harmonies of #FCC2EE
Complementary color
Monochromatic Colors of #FCC2EE
Black with #FCC2EE
Text Example
Text Example
White with #FCC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2EE; }
p { color: rgb(252,194,238); }
H1.HeaderClassName
{
color: #FCC2EE;
}
.AnyTagClassName
{
color: #FCC2EE;
}
</style>
background-color css
<style>
a { background-color: #FCC2EE; }
a { background-color: rgb(252,194,238); }
div.DivClassName
{
background-color: #FCC2EE;
}
.BgClassName
{
background-color: #FCC2EE;
}
</style>
border-color css
<style>
span { border-color: #FCC2EE; }
span { border-color: rgb(252,194,238); }
td.TdClassName
{
border-color: #FCC2EE;
}
.TagClassName
{
border-color: #FCC2EE;
}
</style>