Shades of Your Pink #FFC8BD
Tints of Your Pink #FFC8BD
RGB
CMYK
RGB Variations
Color information
#FFC8BD (or 0xFFC8BD) is known color: Your Pink. HEX triplet: FF, C8 and BD. RGB value is (255,200,189). Sum of RGB (Red+Green+Blue) = 255+200+189=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8BD is #003742. Grayscale: #D7D7D7. Windows color (decimal): -14147 or 12437759. OLE color: 12437759.
HSL color Cylindrical-coordinate representation of color #FFC8BD: hue angle of 10º 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 #FFC8BD is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 189 | - |
| CMYK | 0 | 0.22 | 0.26 | 0 |
| HSL | 10º | 1% | 0.87% | - |
| HSV(B) | 10º | 0.26% | 1% | - |
| XYZ | 71.08 | 66.24 | 57.18 | - |
| YUV | 215.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 189 | 0 | 0.22 | 0.26 | 0 | 10 | 1 | 0.87 |
| Hex | FF | C8 | BD | 0 | 16 | 1A | 0 | A | 64 | 57 |
| Octal | 377 | 310 | 275 | 0 | 26 | 32 | 0 | 12 | 144 | 127 |
| Binary | 11111111 | 11001000 | 10111101 | 0 | 10110 | 11010 | 0 | 1010 | 1100100 | 1010111 |
Color Harmonies of #FFC8BD
Complementary color
Monochromatic Colors of #FFC8BD
Black with #FFC8BD
Text Example
Text Example
White with #FFC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8BD; }
p { color: rgb(255,200,189); }
H1.HeaderClassName
{
color: #FFC8BD;
}
.AnyTagClassName
{
color: #FFC8BD;
}
</style>
background-color css
<style>
a { background-color: #FFC8BD; }
a { background-color: rgb(255,200,189); }
div.DivClassName
{
background-color: #FFC8BD;
}
.BgClassName
{
background-color: #FFC8BD;
}
</style>
border-color css
<style>
span { border-color: #FFC8BD; }
span { border-color: rgb(255,200,189); }
td.TdClassName
{
border-color: #FFC8BD;
}
.TagClassName
{
border-color: #FFC8BD;
}
</style>