Shades of Your Pink #FCC4B2
Tints of Your Pink #FCC4B2
RGB
CMYK
RGB Variations
Color information
#FCC4B2 (or 0xFCC4B2) is known color: Your Pink. HEX triplet: FC, C4 and B2. RGB value is (252,196,178). Sum of RGB (Red+Green+Blue) = 252+196+178=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4B2 is #033B4D. Grayscale: #D2D2D2. Windows color (decimal): -211790 or 11715836. OLE color: 11715836.
HSL color Cylindrical-coordinate representation of color #FCC4B2: hue angle of 14.59º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCC4B2 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 178 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.01 |
| HSL | 14.59º | 0.93% | 0.84% | - |
| HSV(B) | 14.59º | 0.29% | 0.99% | - |
| XYZ | 67.92 | 63.39 | 50.78 | - |
| YUV | 210.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 178 | 0 | 0.22 | 0.29 | 0.01 | 14.59 | 0.93 | 0.84 |
| Hex | FC | C4 | B2 | 0 | 16 | 1D | 1 | F | 5C | 54 |
| Octal | 374 | 304 | 262 | 0 | 26 | 35 | 1 | 17 | 134 | 124 |
| Binary | 11111100 | 11000100 | 10110010 | 0 | 10110 | 11101 | 1 | 1111 | 1011100 | 1010100 |
Color Harmonies of #FCC4B2
Complementary color
Monochromatic Colors of #FCC4B2
Black with #FCC4B2
Text Example
Text Example
White with #FCC4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4B2; }
p { color: rgb(252,196,178); }
H1.HeaderClassName
{
color: #FCC4B2;
}
.AnyTagClassName
{
color: #FCC4B2;
}
</style>
background-color css
<style>
a { background-color: #FCC4B2; }
a { background-color: rgb(252,196,178); }
div.DivClassName
{
background-color: #FCC4B2;
}
.BgClassName
{
background-color: #FCC4B2;
}
</style>
border-color css
<style>
span { border-color: #FCC4B2; }
span { border-color: rgb(252,196,178); }
td.TdClassName
{
border-color: #FCC4B2;
}
.TagClassName
{
border-color: #FCC4B2;
}
</style>