Shades of Your Pink #FCC8B5
Tints of Your Pink #FCC8B5
RGB
CMYK
RGB Variations
Color information
#FCC8B5 (or 0xFCC8B5) is known color: Your Pink. HEX triplet: FC, C8 and B5. RGB value is (252,200,181). Sum of RGB (Red+Green+Blue) = 252+200+181=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8B5 is #03374A. Grayscale: #D5D5D5. Windows color (decimal): -210763 or 11913468. OLE color: 11913468.
HSL color Cylindrical-coordinate representation of color #FCC8B5: hue angle of 16.06º 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 #FCC8B5 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 181 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.01 |
| HSL | 16.06º | 0.92% | 0.85% | - |
| HSV(B) | 16.06º | 0.28% | 0.99% | - |
| XYZ | 69.14 | 65.34 | 52.68 | - |
| YUV | 213.38 | 109.73 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 181 | 0 | 0.21 | 0.28 | 0.01 | 16.06 | 0.92 | 0.85 |
| Hex | FC | C8 | B5 | 0 | 15 | 1C | 1 | 10 | 5C | 55 |
| Octal | 374 | 310 | 265 | 0 | 25 | 34 | 1 | 20 | 134 | 125 |
| Binary | 11111100 | 11001000 | 10110101 | 0 | 10101 | 11100 | 1 | 10000 | 1011100 | 1010101 |
Color Harmonies of #FCC8B5
Complementary color
Monochromatic Colors of #FCC8B5
Black with #FCC8B5
Text Example
Text Example
White with #FCC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8B5; }
p { color: rgb(252,200,181); }
H1.HeaderClassName
{
color: #FCC8B5;
}
.AnyTagClassName
{
color: #FCC8B5;
}
</style>
background-color css
<style>
a { background-color: #FCC8B5; }
a { background-color: rgb(252,200,181); }
div.DivClassName
{
background-color: #FCC8B5;
}
.BgClassName
{
background-color: #FCC8B5;
}
</style>
border-color css
<style>
span { border-color: #FCC8B5; }
span { border-color: rgb(252,200,181); }
td.TdClassName
{
border-color: #FCC8B5;
}
.TagClassName
{
border-color: #FCC8B5;
}
</style>