Shades of Your Pink #FFC1B6
Tints of Your Pink #FFC1B6
RGB
CMYK
RGB Variations
Color information
#FFC1B6 (or 0xFFC1B6) is known color: Your Pink. HEX triplet: FF, C1 and B6. RGB value is (255,193,182). Sum of RGB (Red+Green+Blue) = 255+193+182=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 182 (71.48% from 255 or 28.89% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1B6 is #003E49. Grayscale: #D2D2D2. Windows color (decimal): -15946 or 11977215. OLE color: 11977215.
HSL color Cylindrical-coordinate representation of color #FFC1B6: hue angle of 9.04º 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 #FFC1B6 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 193 | 182 | - |
CMYK | 0 | 0.24 | 0.29 | 0 |
HSL | 9.04º | 1% | 0.86% | - |
HSV(B) | 9.04º | 0.29% | 1% | - |
XYZ | 68.75 | 62.78 | 52.75 | - |
YUV | 210.28 | 112.04 | 159.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 193 | 182 | 0 | 0.24 | 0.29 | 0 | 9.04 | 1 | 0.86 |
Hex | FF | C1 | B6 | 0 | 18 | 1D | 0 | 9 | 64 | 56 |
Octal | 377 | 301 | 266 | 0 | 30 | 35 | 0 | 11 | 144 | 126 |
Binary | 11111111 | 11000001 | 10110110 | 0 | 11000 | 11101 | 0 | 1001 | 1100100 | 1010110 |
Color Harmonies of #FFC1B6
Complementary color
Monochromatic Colors of #FFC1B6
Black with #FFC1B6
Text Example
Text Example
White with #FFC1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1B6; }
p { color: rgb(255,193,182); }
H1.HeaderClassName
{
color: #FFC1B6;
}
.AnyTagClassName
{
color: #FFC1B6;
}
</style>
background-color css
<style>
a { background-color: #FFC1B6; }
a { background-color: rgb(255,193,182); }
div.DivClassName
{
background-color: #FFC1B6;
}
.BgClassName
{
background-color: #FFC1B6;
}
</style>
border-color css
<style>
span { border-color: #FFC1B6; }
span { border-color: rgb(255,193,182); }
td.TdClassName
{
border-color: #FFC1B6;
}
.TagClassName
{
border-color: #FFC1B6;
}
</style>