Shades of Your Pink #FCCBC1
Tints of Your Pink #FCCBC1
RGB
CMYK
RGB Variations
Color information
#FCCBC1 (or 0xFCCBC1) is known color: Your Pink. HEX triplet: FC, CB and C1. RGB value is (252,203,193). Sum of RGB (Red+Green+Blue) = 252+203+193=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBC1 is #03343E. Grayscale: #D8D8D8. Windows color (decimal): -209983 or 12700668. OLE color: 12700668.
HSL color Cylindrical-coordinate representation of color #FCCBC1: hue angle of 10.17º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCCBC1 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 193 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.01 |
| HSL | 10.17º | 0.91% | 0.87% | - |
| HSV(B) | 10.17º | 0.23% | 0.99% | - |
| XYZ | 71.13 | 67.26 | 59.69 | - |
| YUV | 216.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 193 | 0 | 0.19 | 0.23 | 0.01 | 10.17 | 0.91 | 0.87 |
| Hex | FC | CB | C1 | 0 | 13 | 17 | 1 | A | 5B | 57 |
| Octal | 374 | 313 | 301 | 0 | 23 | 27 | 1 | 12 | 133 | 127 |
| Binary | 11111100 | 11001011 | 11000001 | 0 | 10011 | 10111 | 1 | 1010 | 1011011 | 1010111 |
Color Harmonies of #FCCBC1
Complementary color
Monochromatic Colors of #FCCBC1
Black with #FCCBC1
Text Example
Text Example
White with #FCCBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBC1; }
p { color: rgb(252,203,193); }
H1.HeaderClassName
{
color: #FCCBC1;
}
.AnyTagClassName
{
color: #FCCBC1;
}
</style>
background-color css
<style>
a { background-color: #FCCBC1; }
a { background-color: rgb(252,203,193); }
div.DivClassName
{
background-color: #FCCBC1;
}
.BgClassName
{
background-color: #FCCBC1;
}
</style>
border-color css
<style>
span { border-color: #FCCBC1; }
span { border-color: rgb(252,203,193); }
td.TdClassName
{
border-color: #FCCBC1;
}
.TagClassName
{
border-color: #FCCBC1;
}
</style>