Shades of Your Pink #FFC1BB
Tints of Your Pink #FFC1BB
RGB
CMYK
RGB Variations
Color information
#FFC1BB (or 0xFFC1BB) is known color: Your Pink. HEX triplet: FF, C1 and BB. RGB value is (255,193,187). Sum of RGB (Red+Green+Blue) = 255+193+187=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1BB is #003E44. Grayscale: #D2D2D2. Windows color (decimal): -15941 or 12304895. OLE color: 12304895.
HSL color Cylindrical-coordinate representation of color #FFC1BB: hue angle of 5.29º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFC1BB is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 187 | - |
| CMYK | 0 | 0.24 | 0.27 | 0 |
| HSL | 5.29º | 1% | 0.87% | - |
| HSV(B) | 5.29º | 0.27% | 1% | - |
| XYZ | 69.28 | 62.99 | 55.52 | - |
| YUV | 210.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 187 | 0 | 0.24 | 0.27 | 0 | 5.29 | 1 | 0.87 |
| Hex | FF | C1 | BB | 0 | 18 | 1B | 0 | 5 | 64 | 57 |
| Octal | 377 | 301 | 273 | 0 | 30 | 33 | 0 | 5 | 144 | 127 |
| Binary | 11111111 | 11000001 | 10111011 | 0 | 11000 | 11011 | 0 | 101 | 1100100 | 1010111 |
Color Harmonies of #FFC1BB
Complementary color
Monochromatic Colors of #FFC1BB
Black with #FFC1BB
Text Example
Text Example
White with #FFC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1BB; }
p { color: rgb(255,193,187); }
H1.HeaderClassName
{
color: #FFC1BB;
}
.AnyTagClassName
{
color: #FFC1BB;
}
</style>
background-color css
<style>
a { background-color: #FFC1BB; }
a { background-color: rgb(255,193,187); }
div.DivClassName
{
background-color: #FFC1BB;
}
.BgClassName
{
background-color: #FFC1BB;
}
</style>
border-color css
<style>
span { border-color: #FFC1BB; }
span { border-color: rgb(255,193,187); }
td.TdClassName
{
border-color: #FFC1BB;
}
.TagClassName
{
border-color: #FFC1BB;
}
</style>