Shades of Your Pink #FFC1B9
Tints of Your Pink #FFC1B9
RGB
CMYK
RGB Variations
Color information
#FFC1B9 (or 0xFFC1B9) is known color: Your Pink. HEX triplet: FF, C1 and B9. RGB value is (255,193,185). Sum of RGB (Red+Green+Blue) = 255+193+185=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1B9 is #003E46. Grayscale: #D2D2D2. Windows color (decimal): -15943 or 12173823. OLE color: 12173823.
HSL color Cylindrical-coordinate representation of color #FFC1B9: hue angle of 6.86º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFC1B9 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 185 | - |
| CMYK | 0 | 0.24 | 0.27 | 0 |
| HSL | 6.86º | 1% | 0.86% | - |
| HSV(B) | 6.86º | 0.27% | 1% | - |
| XYZ | 69.07 | 62.9 | 54.4 | - |
| YUV | 210.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 185 | 0 | 0.24 | 0.27 | 0 | 6.86 | 1 | 0.86 |
| Hex | FF | C1 | B9 | 0 | 18 | 1B | 0 | 7 | 64 | 56 |
| Octal | 377 | 301 | 271 | 0 | 30 | 33 | 0 | 7 | 144 | 126 |
| Binary | 11111111 | 11000001 | 10111001 | 0 | 11000 | 11011 | 0 | 111 | 1100100 | 1010110 |
Color Harmonies of #FFC1B9
Complementary color
Monochromatic Colors of #FFC1B9
Black with #FFC1B9
Text Example
Text Example
White with #FFC1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1B9; }
p { color: rgb(255,193,185); }
H1.HeaderClassName
{
color: #FFC1B9;
}
.AnyTagClassName
{
color: #FFC1B9;
}
</style>
background-color css
<style>
a { background-color: #FFC1B9; }
a { background-color: rgb(255,193,185); }
div.DivClassName
{
background-color: #FFC1B9;
}
.BgClassName
{
background-color: #FFC1B9;
}
</style>
border-color css
<style>
span { border-color: #FFC1B9; }
span { border-color: rgb(255,193,185); }
td.TdClassName
{
border-color: #FFC1B9;
}
.TagClassName
{
border-color: #FFC1B9;
}
</style>