Shades of Classic Rose #FCCBE3
Tints of Classic Rose #FCCBE3
RGB
CMYK
RGB Variations
Color information
#FCCBE3 (or 0xFCCBE3) is known color: Classic Rose. HEX triplet: FC, CB and E3. RGB value is (252,203,227). Sum of RGB (Red+Green+Blue) = 252+203+227=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBE3 is #03341C. Grayscale: #DCDCDC. Windows color (decimal): -209949 or 14928892. OLE color: 14928892.
HSL color Cylindrical-coordinate representation of color #FCCBE3: hue angle of 330.61º 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 #FCCBE3 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 227 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.01 |
| HSL | 330.61º | 0.89% | 0.89% | - |
| HSV(B) | 330.61º | 0.19% | 0.99% | - |
| XYZ | 75.37 | 68.95 | 82.01 | - |
| YUV | 220.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 227 | 0 | 0.19 | 0.10 | 0.01 | 330.61 | 0.89 | 0.89 |
| Hex | FC | CB | E3 | 0 | 13 | A | 1 | 14B | 59 | 59 |
| Octal | 374 | 313 | 343 | 0 | 23 | 12 | 1 | 513 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11100011 | 0 | 10011 | 1010 | 1 | 101001011 | 1011001 | 1011001 |
Color Harmonies of #FCCBE3
Complementary color
Monochromatic Colors of #FCCBE3
Black with #FCCBE3
Text Example
Text Example
White with #FCCBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBE3; }
p { color: rgb(252,203,227); }
H1.HeaderClassName
{
color: #FCCBE3;
}
.AnyTagClassName
{
color: #FCCBE3;
}
</style>
background-color css
<style>
a { background-color: #FCCBE3; }
a { background-color: rgb(252,203,227); }
div.DivClassName
{
background-color: #FCCBE3;
}
.BgClassName
{
background-color: #FCCBE3;
}
</style>
border-color css
<style>
span { border-color: #FCCBE3; }
span { border-color: rgb(252,203,227); }
td.TdClassName
{
border-color: #FCCBE3;
}
.TagClassName
{
border-color: #FCCBE3;
}
</style>