Shades of Your Pink #FCC6B4
Tints of Your Pink #FCC6B4
RGB
CMYK
RGB Variations
Color information
#FCC6B4 (or 0xFCC6B4) is known color: Your Pink. HEX triplet: FC, C6 and B4. RGB value is (252,198,180). Sum of RGB (Red+Green+Blue) = 252+198+180=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6B4 is #03394B. Grayscale: #D4D4D4. Windows color (decimal): -211276 or 11847420. OLE color: 11847420.
HSL color Cylindrical-coordinate representation of color #FCC6B4: hue angle of 15º 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 #FCC6B4 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 180 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.01 |
| HSL | 15º | 0.92% | 0.85% | - |
| HSV(B) | 15º | 0.29% | 0.99% | - |
| XYZ | 68.58 | 64.38 | 51.99 | - |
| YUV | 212.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 180 | 0 | 0.21 | 0.29 | 0.01 | 15 | 0.92 | 0.85 |
| Hex | FC | C6 | B4 | 0 | 15 | 1D | 1 | F | 5C | 55 |
| Octal | 374 | 306 | 264 | 0 | 25 | 35 | 1 | 17 | 134 | 125 |
| Binary | 11111100 | 11000110 | 10110100 | 0 | 10101 | 11101 | 1 | 1111 | 1011100 | 1010101 |
Color Harmonies of #FCC6B4
Complementary color
Monochromatic Colors of #FCC6B4
Black with #FCC6B4
Text Example
Text Example
White with #FCC6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6B4; }
p { color: rgb(252,198,180); }
H1.HeaderClassName
{
color: #FCC6B4;
}
.AnyTagClassName
{
color: #FCC6B4;
}
</style>
background-color css
<style>
a { background-color: #FCC6B4; }
a { background-color: rgb(252,198,180); }
div.DivClassName
{
background-color: #FCC6B4;
}
.BgClassName
{
background-color: #FCC6B4;
}
</style>
border-color css
<style>
span { border-color: #FCC6B4; }
span { border-color: rgb(252,198,180); }
td.TdClassName
{
border-color: #FCC6B4;
}
.TagClassName
{
border-color: #FCC6B4;
}
</style>