Shades of Your Pink #FCCAB9
Tints of Your Pink #FCCAB9
RGB
CMYK
RGB Variations
Color information
#FCCAB9 (or 0xFCCAB9) is known color: Your Pink. HEX triplet: FC, CA and B9. RGB value is (252,202,185). Sum of RGB (Red+Green+Blue) = 252+202+185=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 185 (72.66% from 255 or 28.95% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAB9 is #033546. Grayscale: #D7D7D7. Windows color (decimal): -210247 or 12176124. OLE color: 12176124.
HSL color Cylindrical-coordinate representation of color #FCCAB9: hue angle of 15.22º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCCAB9 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 185 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.01 |
| HSL | 15.22º | 0.92% | 0.86% | - |
| HSV(B) | 15.22º | 0.27% | 0.99% | - |
| XYZ | 70.02 | 66.44 | 55.03 | - |
| YUV | 215.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 185 | 0 | 0.20 | 0.27 | 0.01 | 15.22 | 0.92 | 0.86 |
| Hex | FC | CA | B9 | 0 | 14 | 1B | 1 | F | 5C | 56 |
| Octal | 374 | 312 | 271 | 0 | 24 | 33 | 1 | 17 | 134 | 126 |
| Binary | 11111100 | 11001010 | 10111001 | 0 | 10100 | 11011 | 1 | 1111 | 1011100 | 1010110 |
Color Harmonies of #FCCAB9
Complementary color
Monochromatic Colors of #FCCAB9
Black with #FCCAB9
Text Example
Text Example
White with #FCCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAB9; }
p { color: rgb(252,202,185); }
H1.HeaderClassName
{
color: #FCCAB9;
}
.AnyTagClassName
{
color: #FCCAB9;
}
</style>
background-color css
<style>
a { background-color: #FCCAB9; }
a { background-color: rgb(252,202,185); }
div.DivClassName
{
background-color: #FCCAB9;
}
.BgClassName
{
background-color: #FCCAB9;
}
</style>
border-color css
<style>
span { border-color: #FCCAB9; }
span { border-color: rgb(252,202,185); }
td.TdClassName
{
border-color: #FCCAB9;
}
.TagClassName
{
border-color: #FCCAB9;
}
</style>