Shades of Your Pink #FFC8BC
Tints of Your Pink #FFC8BC
RGB
CMYK
RGB Variations
Color information
#FFC8BC (or 0xFFC8BC) is known color: Your Pink. HEX triplet: FF, C8 and BC. RGB value is (255,200,188). Sum of RGB (Red+Green+Blue) = 255+200+188=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8BC is #003743. Grayscale: #D7D7D7. Windows color (decimal): -14148 or 12372223. OLE color: 12372223.
HSL color Cylindrical-coordinate representation of color #FFC8BC: hue angle of 10.75º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFC8BC is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 188 | - |
| CMYK | 0 | 0.22 | 0.26 | 0 |
| HSL | 10.75º | 1% | 0.87% | - |
| HSV(B) | 10.75º | 0.26% | 1% | - |
| XYZ | 70.97 | 66.2 | 56.61 | - |
| YUV | 215.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 188 | 0 | 0.22 | 0.26 | 0 | 10.75 | 1 | 0.87 |
| Hex | FF | C8 | BC | 0 | 16 | 1A | 0 | B | 64 | 57 |
| Octal | 377 | 310 | 274 | 0 | 26 | 32 | 0 | 13 | 144 | 127 |
| Binary | 11111111 | 11001000 | 10111100 | 0 | 10110 | 11010 | 0 | 1011 | 1100100 | 1010111 |
Color Harmonies of #FFC8BC
Complementary color
Monochromatic Colors of #FFC8BC
Black with #FFC8BC
Text Example
Text Example
White with #FFC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8BC; }
p { color: rgb(255,200,188); }
H1.HeaderClassName
{
color: #FFC8BC;
}
.AnyTagClassName
{
color: #FFC8BC;
}
</style>
background-color css
<style>
a { background-color: #FFC8BC; }
a { background-color: rgb(255,200,188); }
div.DivClassName
{
background-color: #FFC8BC;
}
.BgClassName
{
background-color: #FFC8BC;
}
</style>
border-color css
<style>
span { border-color: #FFC8BC; }
span { border-color: rgb(255,200,188); }
td.TdClassName
{
border-color: #FFC8BC;
}
.TagClassName
{
border-color: #FFC8BC;
}
</style>