Shades of Your Pink #FCC6B5
Tints of Your Pink #FCC6B5
RGB
CMYK
RGB Variations
Color information
#FCC6B5 (or 0xFCC6B5) is known color: Your Pink. HEX triplet: FC, C6 and B5. RGB value is (252,198,181). Sum of RGB (Red+Green+Blue) = 252+198+181=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6B5 is #03394A. Grayscale: #D4D4D4. Windows color (decimal): -211275 or 11912956. OLE color: 11912956.
HSL color Cylindrical-coordinate representation of color #FCC6B5: hue angle of 14.37º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCC6B5 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 181 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.01 |
| HSL | 14.37º | 0.92% | 0.85% | - |
| HSV(B) | 14.37º | 0.28% | 0.99% | - |
| XYZ | 68.68 | 64.42 | 52.53 | - |
| YUV | 212.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 181 | 0 | 0.21 | 0.28 | 0.01 | 14.37 | 0.92 | 0.85 |
| Hex | FC | C6 | B5 | 0 | 15 | 1C | 1 | E | 5C | 55 |
| Octal | 374 | 306 | 265 | 0 | 25 | 34 | 1 | 16 | 134 | 125 |
| Binary | 11111100 | 11000110 | 10110101 | 0 | 10101 | 11100 | 1 | 1110 | 1011100 | 1010101 |
Color Harmonies of #FCC6B5
Complementary color
Monochromatic Colors of #FCC6B5
Black with #FCC6B5
Text Example
Text Example
White with #FCC6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6B5; }
p { color: rgb(252,198,181); }
H1.HeaderClassName
{
color: #FCC6B5;
}
.AnyTagClassName
{
color: #FCC6B5;
}
</style>
background-color css
<style>
a { background-color: #FCC6B5; }
a { background-color: rgb(252,198,181); }
div.DivClassName
{
background-color: #FCC6B5;
}
.BgClassName
{
background-color: #FCC6B5;
}
</style>
border-color css
<style>
span { border-color: #FCC6B5; }
span { border-color: rgb(252,198,181); }
td.TdClassName
{
border-color: #FCC6B5;
}
.TagClassName
{
border-color: #FCC6B5;
}
</style>