Shades of Light Pink #FFBBC4
Tints of Light Pink #FFBBC4
RGB
CMYK
RGB Variations
Color information
#FFBBC4 (or 0xFFBBC4) is known color: Light Pink. HEX triplet: FF, BB and C4. RGB value is (255,187,196). Sum of RGB (Red+Green+Blue) = 255+187+196=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBC4 is #00443B. Grayscale: #D0D0D0. Windows color (decimal): -17468 or 12893183. OLE color: 12893183.
HSL color Cylindrical-coordinate representation of color #FFBBC4: hue angle of 352.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 #FFBBC4 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 196 | - |
| CMYK | 0 | 0.27 | 0.23 | 0 |
| HSL | 352.06º | 1% | 0.87% | - |
| HSV(B) | 352.06º | 0.27% | 1% | - |
| XYZ | 68.97 | 60.79 | 60.32 | - |
| YUV | 208.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 196 | 0 | 0.27 | 0.23 | 0 | 352.06 | 1 | 0.87 |
| Hex | FF | BB | C4 | 0 | 1B | 17 | 0 | 160 | 64 | 57 |
| Octal | 377 | 273 | 304 | 0 | 33 | 27 | 0 | 540 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11000100 | 0 | 11011 | 10111 | 0 | 101100000 | 1100100 | 1010111 |
Color Harmonies of #FFBBC4
Complementary color
Monochromatic Colors of #FFBBC4
Black with #FFBBC4
Text Example
Text Example
White with #FFBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBC4; }
p { color: rgb(255,187,196); }
H1.HeaderClassName
{
color: #FFBBC4;
}
.AnyTagClassName
{
color: #FFBBC4;
}
</style>
background-color css
<style>
a { background-color: #FFBBC4; }
a { background-color: rgb(255,187,196); }
div.DivClassName
{
background-color: #FFBBC4;
}
.BgClassName
{
background-color: #FFBBC4;
}
</style>
border-color css
<style>
span { border-color: #FFBBC4; }
span { border-color: rgb(255,187,196); }
td.TdClassName
{
border-color: #FFBBC4;
}
.TagClassName
{
border-color: #FFBBC4;
}
</style>