Shades of Your Pink #FCC6C3
Tints of Your Pink #FCC6C3
RGB
CMYK
RGB Variations
Color information
#FCC6C3 (or 0xFCC6C3) is known color: Your Pink. HEX triplet: FC, C6 and C3. RGB value is (252,198,195). Sum of RGB (Red+Green+Blue) = 252+198+195=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 195 (76.56% from 255 or 30.23% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6C3 is #03393C. Grayscale: #D5D5D5. Windows color (decimal): -211261 or 12830460. OLE color: 12830460.
HSL color Cylindrical-coordinate representation of color #FCC6C3: hue angle of 3.16º 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 #FCC6C3 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 195 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.01 |
| HSL | 3.16º | 0.9% | 0.88% | - |
| HSV(B) | 3.16º | 0.23% | 0.99% | - |
| XYZ | 70.19 | 65.02 | 60.48 | - |
| YUV | 213.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 195 | 0 | 0.21 | 0.23 | 0.01 | 3.16 | 0.9 | 0.88 |
| Hex | FC | C6 | C3 | 0 | 15 | 17 | 1 | 3 | 5A | 58 |
| Octal | 374 | 306 | 303 | 0 | 25 | 27 | 1 | 3 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11000011 | 0 | 10101 | 10111 | 1 | 11 | 1011010 | 1011000 |
Color Harmonies of #FCC6C3
Complementary color
Monochromatic Colors of #FCC6C3
Black with #FCC6C3
Text Example
Text Example
White with #FCC6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6C3; }
p { color: rgb(252,198,195); }
H1.HeaderClassName
{
color: #FCC6C3;
}
.AnyTagClassName
{
color: #FCC6C3;
}
</style>
background-color css
<style>
a { background-color: #FCC6C3; }
a { background-color: rgb(252,198,195); }
div.DivClassName
{
background-color: #FCC6C3;
}
.BgClassName
{
background-color: #FCC6C3;
}
</style>
border-color css
<style>
span { border-color: #FCC6C3; }
span { border-color: rgb(252,198,195); }
td.TdClassName
{
border-color: #FCC6C3;
}
.TagClassName
{
border-color: #FCC6C3;
}
</style>