Shades of Your Pink #FCC2BD
Tints of Your Pink #FCC2BD
RGB
CMYK
RGB Variations
Color information
#FCC2BD (or 0xFCC2BD) is known color: Your Pink. HEX triplet: FC, C2 and BD. RGB value is (252,194,189). Sum of RGB (Red+Green+Blue) = 252+194+189=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2BD is #033D42. Grayscale: #D2D2D2. Windows color (decimal): -212291 or 12436220. OLE color: 12436220.
HSL color Cylindrical-coordinate representation of color #FCC2BD: hue angle of 4.76º 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 #FCC2BD is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 189 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.01 |
| HSL | 4.76º | 0.91% | 0.86% | - |
| HSV(B) | 4.76º | 0.25% | 0.99% | - |
| XYZ | 68.62 | 62.95 | 56.68 | - |
| YUV | 210.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 189 | 0 | 0.23 | 0.25 | 0.01 | 4.76 | 0.91 | 0.86 |
| Hex | FC | C2 | BD | 0 | 17 | 19 | 1 | 5 | 5B | 56 |
| Octal | 374 | 302 | 275 | 0 | 27 | 31 | 1 | 5 | 133 | 126 |
| Binary | 11111100 | 11000010 | 10111101 | 0 | 10111 | 11001 | 1 | 101 | 1011011 | 1010110 |
Color Harmonies of #FCC2BD
Complementary color
Monochromatic Colors of #FCC2BD
Black with #FCC2BD
Text Example
Text Example
White with #FCC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2BD; }
p { color: rgb(252,194,189); }
H1.HeaderClassName
{
color: #FCC2BD;
}
.AnyTagClassName
{
color: #FCC2BD;
}
</style>
background-color css
<style>
a { background-color: #FCC2BD; }
a { background-color: rgb(252,194,189); }
div.DivClassName
{
background-color: #FCC2BD;
}
.BgClassName
{
background-color: #FCC2BD;
}
</style>
border-color css
<style>
span { border-color: #FCC2BD; }
span { border-color: rgb(252,194,189); }
td.TdClassName
{
border-color: #FCC2BD;
}
.TagClassName
{
border-color: #FCC2BD;
}
</style>