Shades of Your Pink #FCC7C3
Tints of Your Pink #FCC7C3
RGB
CMYK
RGB Variations
Color information
#FCC7C3 (or 0xFCC7C3) is known color: Your Pink. HEX triplet: FC, C7 and C3. RGB value is (252,199,195). Sum of RGB (Red+Green+Blue) = 252+199+195=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 195 (76.56% from 255 or 30.19% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7C3 is #03383C. Grayscale: #D6D6D6. Windows color (decimal): -211005 or 12830716. OLE color: 12830716.
HSL color Cylindrical-coordinate representation of color #FCC7C3: hue angle of 4.21º 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 #FCC7C3 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 195 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.01 |
| HSL | 4.21º | 0.9% | 0.88% | - |
| HSV(B) | 4.21º | 0.23% | 0.99% | - |
| XYZ | 70.42 | 65.48 | 60.56 | - |
| YUV | 214.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 195 | 0 | 0.21 | 0.23 | 0.01 | 4.21 | 0.9 | 0.88 |
| Hex | FC | C7 | C3 | 0 | 15 | 17 | 1 | 4 | 5A | 58 |
| Octal | 374 | 307 | 303 | 0 | 25 | 27 | 1 | 4 | 132 | 130 |
| Binary | 11111100 | 11000111 | 11000011 | 0 | 10101 | 10111 | 1 | 100 | 1011010 | 1011000 |
Color Harmonies of #FCC7C3
Complementary color
Monochromatic Colors of #FCC7C3
Black with #FCC7C3
Text Example
Text Example
White with #FCC7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC7C3; }
p { color: rgb(252,199,195); }
H1.HeaderClassName
{
color: #FCC7C3;
}
.AnyTagClassName
{
color: #FCC7C3;
}
</style>
background-color css
<style>
a { background-color: #FCC7C3; }
a { background-color: rgb(252,199,195); }
div.DivClassName
{
background-color: #FCC7C3;
}
.BgClassName
{
background-color: #FCC7C3;
}
</style>
border-color css
<style>
span { border-color: #FCC7C3; }
span { border-color: rgb(252,199,195); }
td.TdClassName
{
border-color: #FCC7C3;
}
.TagClassName
{
border-color: #FCC7C3;
}
</style>