Shades of Your Pink #F7C1BB
Tints of Your Pink #F7C1BB
RGB
CMYK
RGB Variations
Color information
#F7C1BB (or 0xF7C1BB) is known color: Your Pink. HEX triplet: F7, C1 and BB. RGB value is (247,193,187). Sum of RGB (Red+Green+Blue) = 247+193+187=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C1BB is #083E44. Grayscale: #D0D0D0. Windows color (decimal): -540229 or 12304887. OLE color: 12304887.
HSL color Cylindrical-coordinate representation of color #F7C1BB: hue angle of 6º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7C1BB is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 187 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.03 |
| HSL | 6º | 0.79% | 0.85% | - |
| HSV(B) | 6º | 0.24% | 0.97% | - |
| XYZ | 66.4 | 61.5 | 55.39 | - |
| YUV | 208.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 187 | 0 | 0.22 | 0.24 | 0.03 | 6 | 0.79 | 0.85 |
| Hex | F7 | C1 | BB | 0 | 16 | 18 | 3 | 6 | 4F | 55 |
| Octal | 367 | 301 | 273 | 0 | 26 | 30 | 3 | 6 | 117 | 125 |
| Binary | 11110111 | 11000001 | 10111011 | 0 | 10110 | 11000 | 11 | 110 | 1001111 | 1010101 |
Color Harmonies of #F7C1BB
Complementary color
Monochromatic Colors of #F7C1BB
Black with #F7C1BB
Text Example
Text Example
White with #F7C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C1BB; }
p { color: rgb(247,193,187); }
H1.HeaderClassName
{
color: #F7C1BB;
}
.AnyTagClassName
{
color: #F7C1BB;
}
</style>
background-color css
<style>
a { background-color: #F7C1BB; }
a { background-color: rgb(247,193,187); }
div.DivClassName
{
background-color: #F7C1BB;
}
.BgClassName
{
background-color: #F7C1BB;
}
</style>
border-color css
<style>
span { border-color: #F7C1BB; }
span { border-color: rgb(247,193,187); }
td.TdClassName
{
border-color: #F7C1BB;
}
.TagClassName
{
border-color: #F7C1BB;
}
</style>