Shades of Your Pink #FCC4C1
Tints of Your Pink #FCC4C1
RGB
CMYK
RGB Variations
Color information
#FCC4C1 (or 0xFCC4C1) is known color: Your Pink. HEX triplet: FC, C4 and C1. RGB value is (252,196,193). Sum of RGB (Red+Green+Blue) = 252+196+193=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4C1 is #033B3E. Grayscale: #D4D4D4. Windows color (decimal): -211775 or 12698876. OLE color: 12698876.
HSL color Cylindrical-coordinate representation of color #FCC4C1: hue angle of 3.05º 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 #FCC4C1 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 193 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.01 |
| HSL | 3.05º | 0.91% | 0.87% | - |
| HSV(B) | 3.05º | 0.23% | 0.99% | - |
| XYZ | 69.51 | 64.03 | 59.15 | - |
| YUV | 212.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 193 | 0 | 0.22 | 0.23 | 0.01 | 3.05 | 0.91 | 0.87 |
| Hex | FC | C4 | C1 | 0 | 16 | 17 | 1 | 3 | 5B | 57 |
| Octal | 374 | 304 | 301 | 0 | 26 | 27 | 1 | 3 | 133 | 127 |
| Binary | 11111100 | 11000100 | 11000001 | 0 | 10110 | 10111 | 1 | 11 | 1011011 | 1010111 |
Color Harmonies of #FCC4C1
Complementary color
Monochromatic Colors of #FCC4C1
Black with #FCC4C1
Text Example
Text Example
White with #FCC4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4C1; }
p { color: rgb(252,196,193); }
H1.HeaderClassName
{
color: #FCC4C1;
}
.AnyTagClassName
{
color: #FCC4C1;
}
</style>
background-color css
<style>
a { background-color: #FCC4C1; }
a { background-color: rgb(252,196,193); }
div.DivClassName
{
background-color: #FCC4C1;
}
.BgClassName
{
background-color: #FCC4C1;
}
</style>
border-color css
<style>
span { border-color: #FCC4C1; }
span { border-color: rgb(252,196,193); }
td.TdClassName
{
border-color: #FCC4C1;
}
.TagClassName
{
border-color: #FCC4C1;
}
</style>