Shades of Your Pink #FFC3BB
Tints of Your Pink #FFC3BB
RGB
CMYK
RGB Variations
Color information
#FFC3BB (or 0xFFC3BB) is known color: Your Pink. HEX triplet: FF, C3 and BB. RGB value is (255,195,187). Sum of RGB (Red+Green+Blue) = 255+195+187=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3BB is #003C44. Grayscale: #D4D4D4. Windows color (decimal): -15429 or 12305407. OLE color: 12305407.
HSL color Cylindrical-coordinate representation of color #FFC3BB: hue angle of 7.06º 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 #FFC3BB is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 187 | - |
| CMYK | 0 | 0.24 | 0.27 | 0 |
| HSL | 7.06º | 1% | 0.87% | - |
| HSV(B) | 7.06º | 0.27% | 1% | - |
| XYZ | 69.72 | 63.88 | 55.67 | - |
| YUV | 212.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 187 | 0 | 0.24 | 0.27 | 0 | 7.06 | 1 | 0.87 |
| Hex | FF | C3 | BB | 0 | 18 | 1B | 0 | 7 | 64 | 57 |
| Octal | 377 | 303 | 273 | 0 | 30 | 33 | 0 | 7 | 144 | 127 |
| Binary | 11111111 | 11000011 | 10111011 | 0 | 11000 | 11011 | 0 | 111 | 1100100 | 1010111 |
Color Harmonies of #FFC3BB
Complementary color
Monochromatic Colors of #FFC3BB
Black with #FFC3BB
Text Example
Text Example
White with #FFC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3BB; }
p { color: rgb(255,195,187); }
H1.HeaderClassName
{
color: #FFC3BB;
}
.AnyTagClassName
{
color: #FFC3BB;
}
</style>
background-color css
<style>
a { background-color: #FFC3BB; }
a { background-color: rgb(255,195,187); }
div.DivClassName
{
background-color: #FFC3BB;
}
.BgClassName
{
background-color: #FFC3BB;
}
</style>
border-color css
<style>
span { border-color: #FFC3BB; }
span { border-color: rgb(255,195,187); }
td.TdClassName
{
border-color: #FFC3BB;
}
.TagClassName
{
border-color: #FFC3BB;
}
</style>