Shades of Classic Rose #FCCBE2
Tints of Classic Rose #FCCBE2
RGB
CMYK
RGB Variations
Color information
#FCCBE2 (or 0xFCCBE2) is known color: Classic Rose. HEX triplet: FC, CB and E2. RGB value is (252,203,226). Sum of RGB (Red+Green+Blue) = 252+203+226=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBE2 is #03341D. Grayscale: #DCDCDC. Windows color (decimal): -209950 or 14863356. OLE color: 14863356.
HSL color Cylindrical-coordinate representation of color #FCCBE2: hue angle of 331.84º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCBE2 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 226 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.01 |
| HSL | 331.84º | 0.89% | 0.89% | - |
| HSV(B) | 331.84º | 0.19% | 0.99% | - |
| XYZ | 75.23 | 68.9 | 81.29 | - |
| YUV | 220.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 226 | 0 | 0.19 | 0.10 | 0.01 | 331.84 | 0.89 | 0.89 |
| Hex | FC | CB | E2 | 0 | 13 | A | 1 | 14C | 59 | 59 |
| Octal | 374 | 313 | 342 | 0 | 23 | 12 | 1 | 514 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11100010 | 0 | 10011 | 1010 | 1 | 101001100 | 1011001 | 1011001 |
Color Harmonies of #FCCBE2
Complementary color
Monochromatic Colors of #FCCBE2
Black with #FCCBE2
Text Example
Text Example
White with #FCCBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBE2; }
p { color: rgb(252,203,226); }
H1.HeaderClassName
{
color: #FCCBE2;
}
.AnyTagClassName
{
color: #FCCBE2;
}
</style>
background-color css
<style>
a { background-color: #FCCBE2; }
a { background-color: rgb(252,203,226); }
div.DivClassName
{
background-color: #FCCBE2;
}
.BgClassName
{
background-color: #FCCBE2;
}
</style>
border-color css
<style>
span { border-color: #FCCBE2; }
span { border-color: rgb(252,203,226); }
td.TdClassName
{
border-color: #FCCBE2;
}
.TagClassName
{
border-color: #FCCBE2;
}
</style>