Shades of Your Pink #FFC6B2
Tints of Your Pink #FFC6B2
RGB
CMYK
RGB Variations
Color information
#FFC6B2 (or 0xFFC6B2) is known color: Your Pink. HEX triplet: FF, C6 and B2. RGB value is (255,198,178). Sum of RGB (Red+Green+Blue) = 255+198+178=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6B2 is #00394D. Grayscale: #D4D4D4. Windows color (decimal): -14670 or 11716351. OLE color: 11716351.
HSL color Cylindrical-coordinate representation of color #FFC6B2: hue angle of 15.58º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFC6B2 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 178 | - |
| CMYK | 0 | 0.22 | 0.30 | 0 |
| HSL | 15.58º | 1% | 0.85% | - |
| HSV(B) | 15.58º | 0.3% | 1% | - |
| XYZ | 69.47 | 64.86 | 50.98 | - |
| YUV | 212.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 178 | 0 | 0.22 | 0.30 | 0 | 15.58 | 1 | 0.85 |
| Hex | FF | C6 | B2 | 0 | 16 | 1E | 0 | 10 | 64 | 55 |
| Octal | 377 | 306 | 262 | 0 | 26 | 36 | 0 | 20 | 144 | 125 |
| Binary | 11111111 | 11000110 | 10110010 | 0 | 10110 | 11110 | 0 | 10000 | 1100100 | 1010101 |
Color Harmonies of #FFC6B2
Complementary color
Monochromatic Colors of #FFC6B2
Black with #FFC6B2
Text Example
Text Example
White with #FFC6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6B2; }
p { color: rgb(255,198,178); }
H1.HeaderClassName
{
color: #FFC6B2;
}
.AnyTagClassName
{
color: #FFC6B2;
}
</style>
background-color css
<style>
a { background-color: #FFC6B2; }
a { background-color: rgb(255,198,178); }
div.DivClassName
{
background-color: #FFC6B2;
}
.BgClassName
{
background-color: #FFC6B2;
}
</style>
border-color css
<style>
span { border-color: #FFC6B2; }
span { border-color: rgb(255,198,178); }
td.TdClassName
{
border-color: #FFC6B2;
}
.TagClassName
{
border-color: #FFC6B2;
}
</style>