Shades of Light Pink #FFBCC4
Tints of Light Pink #FFBCC4
RGB
CMYK
RGB Variations
Color information
#FFBCC4 (or 0xFFBCC4) is known color: Light Pink. HEX triplet: FF, BC and C4. RGB value is (255,188,196). Sum of RGB (Red+Green+Blue) = 255+188+196=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCC4 is #00433B. Grayscale: #D0D0D0. Windows color (decimal): -17212 or 12893439. OLE color: 12893439.
HSL color Cylindrical-coordinate representation of color #FFBCC4: hue angle of 352.84º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBCC4 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 196 | - |
| CMYK | 0 | 0.26 | 0.23 | 0 |
| HSL | 352.84º | 1% | 0.87% | - |
| HSV(B) | 352.84º | 0.26% | 1% | - |
| XYZ | 69.19 | 61.21 | 60.39 | - |
| YUV | 208.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 196 | 0 | 0.26 | 0.23 | 0 | 352.84 | 1 | 0.87 |
| Hex | FF | BC | C4 | 0 | 1A | 17 | 0 | 161 | 64 | 57 |
| Octal | 377 | 274 | 304 | 0 | 32 | 27 | 0 | 541 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11000100 | 0 | 11010 | 10111 | 0 | 101100001 | 1100100 | 1010111 |
Color Harmonies of #FFBCC4
Complementary color
Monochromatic Colors of #FFBCC4
Black with #FFBCC4
Text Example
Text Example
White with #FFBCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCC4; }
p { color: rgb(255,188,196); }
H1.HeaderClassName
{
color: #FFBCC4;
}
.AnyTagClassName
{
color: #FFBCC4;
}
</style>
background-color css
<style>
a { background-color: #FFBCC4; }
a { background-color: rgb(255,188,196); }
div.DivClassName
{
background-color: #FFBCC4;
}
.BgClassName
{
background-color: #FFBCC4;
}
</style>
border-color css
<style>
span { border-color: #FFBCC4; }
span { border-color: rgb(255,188,196); }
td.TdClassName
{
border-color: #FFBCC4;
}
.TagClassName
{
border-color: #FFBCC4;
}
</style>