Shades of Your Pink #FCC4B6
Tints of Your Pink #FCC4B6
RGB
CMYK
RGB Variations
Color information
#FCC4B6 (or 0xFCC4B6) is known color: Your Pink. HEX triplet: FC, C4 and B6. RGB value is (252,196,182). Sum of RGB (Red+Green+Blue) = 252+196+182=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 182 (71.48% from 255 or 28.89% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4B6 is #033B49. Grayscale: #D3D3D3. Windows color (decimal): -211786 or 11977980. OLE color: 11977980.
HSL color Cylindrical-coordinate representation of color #FCC4B6: hue angle of 12º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCC4B6 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 182 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.01 |
| HSL | 12º | 0.92% | 0.85% | - |
| HSV(B) | 12º | 0.28% | 0.99% | - |
| XYZ | 68.33 | 63.55 | 52.92 | - |
| YUV | 211.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 182 | 0 | 0.22 | 0.28 | 0.01 | 12 | 0.92 | 0.85 |
| Hex | FC | C4 | B6 | 0 | 16 | 1C | 1 | C | 5C | 55 |
| Octal | 374 | 304 | 266 | 0 | 26 | 34 | 1 | 14 | 134 | 125 |
| Binary | 11111100 | 11000100 | 10110110 | 0 | 10110 | 11100 | 1 | 1100 | 1011100 | 1010101 |
Color Harmonies of #FCC4B6
Complementary color
Monochromatic Colors of #FCC4B6
Black with #FCC4B6
Text Example
Text Example
White with #FCC4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4B6; }
p { color: rgb(252,196,182); }
H1.HeaderClassName
{
color: #FCC4B6;
}
.AnyTagClassName
{
color: #FCC4B6;
}
</style>
background-color css
<style>
a { background-color: #FCC4B6; }
a { background-color: rgb(252,196,182); }
div.DivClassName
{
background-color: #FCC4B6;
}
.BgClassName
{
background-color: #FCC4B6;
}
</style>
border-color css
<style>
span { border-color: #FCC4B6; }
span { border-color: rgb(252,196,182); }
td.TdClassName
{
border-color: #FCC4B6;
}
.TagClassName
{
border-color: #FCC4B6;
}
</style>