Shades of Classic Rose #FCCAEB
Tints of Classic Rose #FCCAEB
RGB
CMYK
RGB Variations
Color information
#FCCAEB (or 0xFCCAEB) is known color: Classic Rose. HEX triplet: FC, CA and EB. RGB value is (252,202,235). Sum of RGB (Red+Green+Blue) = 252+202+235=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAEB is #033514. Grayscale: #DCDCDC. Windows color (decimal): -210197 or 15452924. OLE color: 15452924.
HSL color Cylindrical-coordinate representation of color #FCCAEB: hue angle of 320.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCAEB is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 235 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.01 |
| HSL | 320.4º | 0.89% | 0.89% | - |
| HSV(B) | 320.4º | 0.2% | 0.99% | - |
| XYZ | 76.26 | 68.93 | 87.88 | - |
| YUV | 220.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 235 | 0 | 0.20 | 0.07 | 0.01 | 320.4 | 0.89 | 0.89 |
| Hex | FC | CA | EB | 0 | 14 | 7 | 1 | 140 | 59 | 59 |
| Octal | 374 | 312 | 353 | 0 | 24 | 7 | 1 | 500 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11101011 | 0 | 10100 | 111 | 1 | 101000000 | 1011001 | 1011001 |
Color Harmonies of #FCCAEB
Complementary color
Monochromatic Colors of #FCCAEB
Black with #FCCAEB
Text Example
Text Example
White with #FCCAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAEB; }
p { color: rgb(252,202,235); }
H1.HeaderClassName
{
color: #FCCAEB;
}
.AnyTagClassName
{
color: #FCCAEB;
}
</style>
background-color css
<style>
a { background-color: #FCCAEB; }
a { background-color: rgb(252,202,235); }
div.DivClassName
{
background-color: #FCCAEB;
}
.BgClassName
{
background-color: #FCCAEB;
}
</style>
border-color css
<style>
span { border-color: #FCCAEB; }
span { border-color: rgb(252,202,235); }
td.TdClassName
{
border-color: #FCCAEB;
}
.TagClassName
{
border-color: #FCCAEB;
}
</style>