Shades of Your Pink #FCC4C2
Tints of Your Pink #FCC4C2
RGB
CMYK
RGB Variations
Color information
#FCC4C2 (or 0xFCC4C2) is known color: Your Pink. HEX triplet: FC, C4 and C2. RGB value is (252,196,194). Sum of RGB (Red+Green+Blue) = 252+196+194=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 194 (76.17% from 255 or 30.22% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4C2 is #033B3D. Grayscale: #D4D4D4. Windows color (decimal): -211774 or 12764412. OLE color: 12764412.
HSL color Cylindrical-coordinate representation of color #FCC4C2: hue angle of 2.07º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC4C2 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 194 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.01 |
| HSL | 2.07º | 0.91% | 0.87% | - |
| HSV(B) | 2.07º | 0.23% | 0.99% | - |
| XYZ | 69.62 | 64.07 | 59.74 | - |
| YUV | 212.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 194 | 0 | 0.22 | 0.23 | 0.01 | 2.07 | 0.91 | 0.87 |
| Hex | FC | C4 | C2 | 0 | 16 | 17 | 1 | 2 | 5B | 57 |
| Octal | 374 | 304 | 302 | 0 | 26 | 27 | 1 | 2 | 133 | 127 |
| Binary | 11111100 | 11000100 | 11000010 | 0 | 10110 | 10111 | 1 | 10 | 1011011 | 1010111 |
Color Harmonies of #FCC4C2
Complementary color
Monochromatic Colors of #FCC4C2
Black with #FCC4C2
Text Example
Text Example
White with #FCC4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4C2; }
p { color: rgb(252,196,194); }
H1.HeaderClassName
{
color: #FCC4C2;
}
.AnyTagClassName
{
color: #FCC4C2;
}
</style>
background-color css
<style>
a { background-color: #FCC4C2; }
a { background-color: rgb(252,196,194); }
div.DivClassName
{
background-color: #FCC4C2;
}
.BgClassName
{
background-color: #FCC4C2;
}
</style>
border-color css
<style>
span { border-color: #FCC4C2; }
span { border-color: rgb(252,196,194); }
td.TdClassName
{
border-color: #FCC4C2;
}
.TagClassName
{
border-color: #FCC4C2;
}
</style>