Shades of Your Pink #FCC4B3
Tints of Your Pink #FCC4B3
RGB
CMYK
RGB Variations
Color information
#FCC4B3 (or 0xFCC4B3) is known color: Your Pink. HEX triplet: FC, C4 and B3. RGB value is (252,196,179). Sum of RGB (Red+Green+Blue) = 252+196+179=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4B3 is #033B4C. Grayscale: #D2D2D2. Windows color (decimal): -211789 or 11781372. OLE color: 11781372.
HSL color Cylindrical-coordinate representation of color #FCC4B3: hue angle of 13.97º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCC4B3 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 179 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.01 |
| HSL | 13.97º | 0.92% | 0.85% | - |
| HSV(B) | 13.97º | 0.29% | 0.99% | - |
| XYZ | 68.02 | 63.43 | 51.31 | - |
| YUV | 210.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 179 | 0 | 0.22 | 0.29 | 0.01 | 13.97 | 0.92 | 0.85 |
| Hex | FC | C4 | B3 | 0 | 16 | 1D | 1 | E | 5C | 55 |
| Octal | 374 | 304 | 263 | 0 | 26 | 35 | 1 | 16 | 134 | 125 |
| Binary | 11111100 | 11000100 | 10110011 | 0 | 10110 | 11101 | 1 | 1110 | 1011100 | 1010101 |
Color Harmonies of #FCC4B3
Complementary color
Monochromatic Colors of #FCC4B3
Black with #FCC4B3
Text Example
Text Example
White with #FCC4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4B3; }
p { color: rgb(252,196,179); }
H1.HeaderClassName
{
color: #FCC4B3;
}
.AnyTagClassName
{
color: #FCC4B3;
}
</style>
background-color css
<style>
a { background-color: #FCC4B3; }
a { background-color: rgb(252,196,179); }
div.DivClassName
{
background-color: #FCC4B3;
}
.BgClassName
{
background-color: #FCC4B3;
}
</style>
border-color css
<style>
span { border-color: #FCC4B3; }
span { border-color: rgb(252,196,179); }
td.TdClassName
{
border-color: #FCC4B3;
}
.TagClassName
{
border-color: #FCC4B3;
}
</style>