Shades of Your Pink #FFC6B3
Tints of Your Pink #FFC6B3
RGB
CMYK
RGB Variations
Color information
#FFC6B3 (or 0xFFC6B3) is known color: Your Pink. HEX triplet: FF, C6 and B3. RGB value is (255,198,179). Sum of RGB (Red+Green+Blue) = 255+198+179=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6B3 is #00394C. Grayscale: #D5D5D5. Windows color (decimal): -14669 or 11781887. OLE color: 11781887.
HSL color Cylindrical-coordinate representation of color #FFC6B3: hue angle of 15º 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 #FFC6B3 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 179 | - |
| CMYK | 0 | 0.22 | 0.30 | 0 |
| HSL | 15º | 1% | 0.85% | - |
| HSV(B) | 15º | 0.3% | 1% | - |
| XYZ | 69.57 | 64.9 | 51.51 | - |
| YUV | 212.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 179 | 0 | 0.22 | 0.30 | 0 | 15 | 1 | 0.85 |
| Hex | FF | C6 | B3 | 0 | 16 | 1E | 0 | F | 64 | 55 |
| Octal | 377 | 306 | 263 | 0 | 26 | 36 | 0 | 17 | 144 | 125 |
| Binary | 11111111 | 11000110 | 10110011 | 0 | 10110 | 11110 | 0 | 1111 | 1100100 | 1010101 |
Color Harmonies of #FFC6B3
Complementary color
Monochromatic Colors of #FFC6B3
Black with #FFC6B3
Text Example
Text Example
White with #FFC6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6B3; }
p { color: rgb(255,198,179); }
H1.HeaderClassName
{
color: #FFC6B3;
}
.AnyTagClassName
{
color: #FFC6B3;
}
</style>
background-color css
<style>
a { background-color: #FFC6B3; }
a { background-color: rgb(255,198,179); }
div.DivClassName
{
background-color: #FFC6B3;
}
.BgClassName
{
background-color: #FFC6B3;
}
</style>
border-color css
<style>
span { border-color: #FFC6B3; }
span { border-color: rgb(255,198,179); }
td.TdClassName
{
border-color: #FFC6B3;
}
.TagClassName
{
border-color: #FFC6B3;
}
</style>