Shades of Your Pink #FCCABB
Tints of Your Pink #FCCABB
RGB
CMYK
RGB Variations
Color information
#FCCABB (or 0xFCCABB) is known color: Your Pink. HEX triplet: FC, CA and BB. RGB value is (252,202,187). Sum of RGB (Red+Green+Blue) = 252+202+187=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCABB is #033544. Grayscale: #D7D7D7. Windows color (decimal): -210245 or 12307196. OLE color: 12307196.
HSL color Cylindrical-coordinate representation of color #FCCABB: hue angle of 13.85º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCCABB is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 187 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.01 |
| HSL | 13.85º | 0.92% | 0.86% | - |
| HSV(B) | 13.85º | 0.26% | 0.99% | - |
| XYZ | 70.24 | 66.52 | 56.15 | - |
| YUV | 215.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 187 | 0 | 0.20 | 0.26 | 0.01 | 13.85 | 0.92 | 0.86 |
| Hex | FC | CA | BB | 0 | 14 | 1A | 1 | E | 5C | 56 |
| Octal | 374 | 312 | 273 | 0 | 24 | 32 | 1 | 16 | 134 | 126 |
| Binary | 11111100 | 11001010 | 10111011 | 0 | 10100 | 11010 | 1 | 1110 | 1011100 | 1010110 |
Color Harmonies of #FCCABB
Complementary color
Monochromatic Colors of #FCCABB
Black with #FCCABB
Text Example
Text Example
White with #FCCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCABB; }
p { color: rgb(252,202,187); }
H1.HeaderClassName
{
color: #FCCABB;
}
.AnyTagClassName
{
color: #FCCABB;
}
</style>
background-color css
<style>
a { background-color: #FCCABB; }
a { background-color: rgb(252,202,187); }
div.DivClassName
{
background-color: #FCCABB;
}
.BgClassName
{
background-color: #FCCABB;
}
</style>
border-color css
<style>
span { border-color: #FCCABB; }
span { border-color: rgb(252,202,187); }
td.TdClassName
{
border-color: #FCCABB;
}
.TagClassName
{
border-color: #FCCABB;
}
</style>