Shades of Your Pink #FCCABD
Tints of Your Pink #FCCABD
RGB
CMYK
RGB Variations
Color information
#FCCABD (or 0xFCCABD) is known color: Your Pink. HEX triplet: FC, CA and BD. RGB value is (252,202,189). Sum of RGB (Red+Green+Blue) = 252+202+189=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCABD is #033542. Grayscale: #D7D7D7. Windows color (decimal): -210243 or 12438268. OLE color: 12438268.
HSL color Cylindrical-coordinate representation of color #FCCABD: hue angle of 12.38º 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 #FCCABD is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 189 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.01 |
| HSL | 12.38º | 0.91% | 0.86% | - |
| HSV(B) | 12.38º | 0.25% | 0.99% | - |
| XYZ | 70.45 | 66.61 | 57.29 | - |
| YUV | 215.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 189 | 0 | 0.20 | 0.25 | 0.01 | 12.38 | 0.91 | 0.86 |
| Hex | FC | CA | BD | 0 | 14 | 19 | 1 | C | 5B | 56 |
| Octal | 374 | 312 | 275 | 0 | 24 | 31 | 1 | 14 | 133 | 126 |
| Binary | 11111100 | 11001010 | 10111101 | 0 | 10100 | 11001 | 1 | 1100 | 1011011 | 1010110 |
Color Harmonies of #FCCABD
Complementary color
Monochromatic Colors of #FCCABD
Black with #FCCABD
Text Example
Text Example
White with #FCCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCABD; }
p { color: rgb(252,202,189); }
H1.HeaderClassName
{
color: #FCCABD;
}
.AnyTagClassName
{
color: #FCCABD;
}
</style>
background-color css
<style>
a { background-color: #FCCABD; }
a { background-color: rgb(252,202,189); }
div.DivClassName
{
background-color: #FCCABD;
}
.BgClassName
{
background-color: #FCCABD;
}
</style>
border-color css
<style>
span { border-color: #FCCABD; }
span { border-color: rgb(252,202,189); }
td.TdClassName
{
border-color: #FCCABD;
}
.TagClassName
{
border-color: #FCCABD;
}
</style>