Shades of Your Pink #FCCAC4
Tints of Your Pink #FCCAC4
RGB
CMYK
RGB Variations
Color information
#FCCAC4 (or 0xFCCAC4) is known color: Your Pink. HEX triplet: FC, CA and C4. RGB value is (252,202,196). Sum of RGB (Red+Green+Blue) = 252+202+196=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAC4 is #03353B. Grayscale: #D8D8D8. Windows color (decimal): -210236 or 12897020. OLE color: 12897020.
HSL color Cylindrical-coordinate representation of color #FCCAC4: hue angle of 6.43º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCCAC4 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 196 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.01 |
| HSL | 6.43º | 0.9% | 0.88% | - |
| HSV(B) | 6.43º | 0.22% | 0.99% | - |
| XYZ | 71.23 | 66.92 | 61.39 | - |
| YUV | 216.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 196 | 0 | 0.20 | 0.22 | 0.01 | 6.43 | 0.9 | 0.88 |
| Hex | FC | CA | C4 | 0 | 14 | 16 | 1 | 6 | 5A | 58 |
| Octal | 374 | 312 | 304 | 0 | 24 | 26 | 1 | 6 | 132 | 130 |
| Binary | 11111100 | 11001010 | 11000100 | 0 | 10100 | 10110 | 1 | 110 | 1011010 | 1011000 |
Color Harmonies of #FCCAC4
Complementary color
Monochromatic Colors of #FCCAC4
Black with #FCCAC4
Text Example
Text Example
White with #FCCAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAC4; }
p { color: rgb(252,202,196); }
H1.HeaderClassName
{
color: #FCCAC4;
}
.AnyTagClassName
{
color: #FCCAC4;
}
</style>
background-color css
<style>
a { background-color: #FCCAC4; }
a { background-color: rgb(252,202,196); }
div.DivClassName
{
background-color: #FCCAC4;
}
.BgClassName
{
background-color: #FCCAC4;
}
</style>
border-color css
<style>
span { border-color: #FCCAC4; }
span { border-color: rgb(252,202,196); }
td.TdClassName
{
border-color: #FCCAC4;
}
.TagClassName
{
border-color: #FCCAC4;
}
</style>