Shades of Your Pink #FCC4C3
Tints of Your Pink #FCC4C3
RGB
CMYK
RGB Variations
Color information
#FCC4C3 (or 0xFCC4C3) is known color: Your Pink. HEX triplet: FC, C4 and C3. RGB value is (252,196,195). Sum of RGB (Red+Green+Blue) = 252+196+195=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4C3 is #033B3C. Grayscale: #D4D4D4. Windows color (decimal): -211773 or 12829948. OLE color: 12829948.
HSL color Cylindrical-coordinate representation of color #FCC4C3: hue angle of 1.05º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC4C3 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 195 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.01 |
| HSL | 1.05º | 0.9% | 0.88% | - |
| HSV(B) | 1.05º | 0.23% | 0.99% | - |
| XYZ | 69.74 | 64.12 | 60.33 | - |
| YUV | 212.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 195 | 0 | 0.22 | 0.23 | 0.01 | 1.05 | 0.9 | 0.88 |
| Hex | FC | C4 | C3 | 0 | 16 | 17 | 1 | 1 | 5A | 58 |
| Octal | 374 | 304 | 303 | 0 | 26 | 27 | 1 | 1 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11000011 | 0 | 10110 | 10111 | 1 | 1 | 1011010 | 1011000 |
Color Harmonies of #FCC4C3
Complementary color
Monochromatic Colors of #FCC4C3
Black with #FCC4C3
Text Example
Text Example
White with #FCC4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4C3; }
p { color: rgb(252,196,195); }
H1.HeaderClassName
{
color: #FCC4C3;
}
.AnyTagClassName
{
color: #FCC4C3;
}
</style>
background-color css
<style>
a { background-color: #FCC4C3; }
a { background-color: rgb(252,196,195); }
div.DivClassName
{
background-color: #FCC4C3;
}
.BgClassName
{
background-color: #FCC4C3;
}
</style>
border-color css
<style>
span { border-color: #FCC4C3; }
span { border-color: rgb(252,196,195); }
td.TdClassName
{
border-color: #FCC4C3;
}
.TagClassName
{
border-color: #FCC4C3;
}
</style>