Shades of Your Pink #FFC0B8
Tints of Your Pink #FFC0B8
RGB
CMYK
RGB Variations
Color information
#FFC0B8 (or 0xFFC0B8) is known color: Your Pink. HEX triplet: FF, C0 and B8. RGB value is (255,192,184). Sum of RGB (Red+Green+Blue) = 255+192+184=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 184 (72.27% from 255 or 29.16% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0B8 is #003F47. Grayscale: #D2D2D2. Windows color (decimal): -16200 or 12108031. OLE color: 12108031.
HSL color Cylindrical-coordinate representation of color #FFC0B8: hue angle of 6.76º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFC0B8 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 184 | - |
| CMYK | 0 | 0.25 | 0.28 | 0 |
| HSL | 6.76º | 1% | 0.86% | - |
| HSV(B) | 6.76º | 0.28% | 1% | - |
| XYZ | 68.74 | 62.42 | 53.77 | - |
| YUV | 209.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 184 | 0 | 0.25 | 0.28 | 0 | 6.76 | 1 | 0.86 |
| Hex | FF | C0 | B8 | 0 | 19 | 1C | 0 | 7 | 64 | 56 |
| Octal | 377 | 300 | 270 | 0 | 31 | 34 | 0 | 7 | 144 | 126 |
| Binary | 11111111 | 11000000 | 10111000 | 0 | 11001 | 11100 | 0 | 111 | 1100100 | 1010110 |
Color Harmonies of #FFC0B8
Complementary color
Monochromatic Colors of #FFC0B8
Black with #FFC0B8
Text Example
Text Example
White with #FFC0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0B8; }
p { color: rgb(255,192,184); }
H1.HeaderClassName
{
color: #FFC0B8;
}
.AnyTagClassName
{
color: #FFC0B8;
}
</style>
background-color css
<style>
a { background-color: #FFC0B8; }
a { background-color: rgb(255,192,184); }
div.DivClassName
{
background-color: #FFC0B8;
}
.BgClassName
{
background-color: #FFC0B8;
}
</style>
border-color css
<style>
span { border-color: #FFC0B8; }
span { border-color: rgb(255,192,184); }
td.TdClassName
{
border-color: #FFC0B8;
}
.TagClassName
{
border-color: #FFC0B8;
}
</style>