Shades of Your Pink #FCCABC
Tints of Your Pink #FCCABC
RGB
CMYK
RGB Variations
Color information
#FCCABC (or 0xFCCABC) is known color: Your Pink. HEX triplet: FC, CA and BC. RGB value is (252,202,188). Sum of RGB (Red+Green+Blue) = 252+202+188=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCABC is #033543. Grayscale: #D7D7D7. Windows color (decimal): -210244 or 12372732. OLE color: 12372732.
HSL color Cylindrical-coordinate representation of color #FCCABC: hue angle of 13.12º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCCABC is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 188 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.01 |
| HSL | 13.13º | 0.91% | 0.86% | - |
| HSV(B) | 13.13º | 0.25% | 0.99% | - |
| XYZ | 70.34 | 66.57 | 56.72 | - |
| YUV | 215.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 188 | 0 | 0.20 | 0.25 | 0.01 | 13.13 | 0.91 | 0.86 |
| Hex | FC | CA | BC | 0 | 14 | 19 | 1 | D | 5B | 56 |
| Octal | 374 | 312 | 274 | 0 | 24 | 31 | 1 | 15 | 133 | 126 |
| Binary | 11111100 | 11001010 | 10111100 | 0 | 10100 | 11001 | 1 | 1101 | 1011011 | 1010110 |
Color Harmonies of #FCCABC
Complementary color
Monochromatic Colors of #FCCABC
Black with #FCCABC
Text Example
Text Example
White with #FCCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCABC; }
p { color: rgb(252,202,188); }
H1.HeaderClassName
{
color: #FCCABC;
}
.AnyTagClassName
{
color: #FCCABC;
}
</style>
background-color css
<style>
a { background-color: #FCCABC; }
a { background-color: rgb(252,202,188); }
div.DivClassName
{
background-color: #FCCABC;
}
.BgClassName
{
background-color: #FCCABC;
}
</style>
border-color css
<style>
span { border-color: #FCCABC; }
span { border-color: rgb(252,202,188); }
td.TdClassName
{
border-color: #FCCABC;
}
.TagClassName
{
border-color: #FCCABC;
}
</style>