Shades of Your Pink #FFC6B4
Tints of Your Pink #FFC6B4
RGB
CMYK
RGB Variations
Color information
#FFC6B4 (or 0xFFC6B4) is known color: Your Pink. HEX triplet: FF, C6 and B4. RGB value is (255,198,180). Sum of RGB (Red+Green+Blue) = 255+198+180=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6B4 is #00394B. Grayscale: #D5D5D5. Windows color (decimal): -14668 or 11847423. OLE color: 11847423.
HSL color Cylindrical-coordinate representation of color #FFC6B4: hue angle of 14.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFC6B4 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 180 | - |
| CMYK | 0 | 0.22 | 0.29 | 0 |
| HSL | 14.4º | 1% | 0.85% | - |
| HSV(B) | 14.4º | 0.29% | 1% | - |
| XYZ | 69.67 | 64.94 | 52.04 | - |
| YUV | 212.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 180 | 0 | 0.22 | 0.29 | 0 | 14.4 | 1 | 0.85 |
| Hex | FF | C6 | B4 | 0 | 16 | 1D | 0 | E | 64 | 55 |
| Octal | 377 | 306 | 264 | 0 | 26 | 35 | 0 | 16 | 144 | 125 |
| Binary | 11111111 | 11000110 | 10110100 | 0 | 10110 | 11101 | 0 | 1110 | 1100100 | 1010101 |
Color Harmonies of #FFC6B4
Complementary color
Monochromatic Colors of #FFC6B4
Black with #FFC6B4
Text Example
Text Example
White with #FFC6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6B4; }
p { color: rgb(255,198,180); }
H1.HeaderClassName
{
color: #FFC6B4;
}
.AnyTagClassName
{
color: #FFC6B4;
}
</style>
background-color css
<style>
a { background-color: #FFC6B4; }
a { background-color: rgb(255,198,180); }
div.DivClassName
{
background-color: #FFC6B4;
}
.BgClassName
{
background-color: #FFC6B4;
}
</style>
border-color css
<style>
span { border-color: #FFC6B4; }
span { border-color: rgb(255,198,180); }
td.TdClassName
{
border-color: #FFC6B4;
}
.TagClassName
{
border-color: #FFC6B4;
}
</style>