Shades of Your Pink #FFC8B6
Tints of Your Pink #FFC8B6
RGB
CMYK
RGB Variations
Color information
#FFC8B6 (or 0xFFC8B6) is known color: Your Pink. HEX triplet: FF, C8 and B6. RGB value is (255,200,182). Sum of RGB (Red+Green+Blue) = 255+200+182=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8B6 is #003749. Grayscale: #D6D6D6. Windows color (decimal): -14154 or 11979007. OLE color: 11979007.
HSL color Cylindrical-coordinate representation of color #FFC8B6: hue angle of 14.79º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFC8B6 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 182 | - |
| CMYK | 0 | 0.22 | 0.29 | 0 |
| HSL | 14.79º | 1% | 0.86% | - |
| HSV(B) | 14.79º | 0.29% | 1% | - |
| XYZ | 70.34 | 65.95 | 53.28 | - |
| YUV | 214.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 182 | 0 | 0.22 | 0.29 | 0 | 14.79 | 1 | 0.86 |
| Hex | FF | C8 | B6 | 0 | 16 | 1D | 0 | F | 64 | 56 |
| Octal | 377 | 310 | 266 | 0 | 26 | 35 | 0 | 17 | 144 | 126 |
| Binary | 11111111 | 11001000 | 10110110 | 0 | 10110 | 11101 | 0 | 1111 | 1100100 | 1010110 |
Color Harmonies of #FFC8B6
Complementary color
Monochromatic Colors of #FFC8B6
Black with #FFC8B6
Text Example
Text Example
White with #FFC8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8B6; }
p { color: rgb(255,200,182); }
H1.HeaderClassName
{
color: #FFC8B6;
}
.AnyTagClassName
{
color: #FFC8B6;
}
</style>
background-color css
<style>
a { background-color: #FFC8B6; }
a { background-color: rgb(255,200,182); }
div.DivClassName
{
background-color: #FFC8B6;
}
.BgClassName
{
background-color: #FFC8B6;
}
</style>
border-color css
<style>
span { border-color: #FFC8B6; }
span { border-color: rgb(255,200,182); }
td.TdClassName
{
border-color: #FFC8B6;
}
.TagClassName
{
border-color: #FFC8B6;
}
</style>