Shades of Light Pink #FFB4C0
Tints of Light Pink #FFB4C0
RGB
CMYK
RGB Variations
Color information
#FFB4C0 (or 0xFFB4C0) is known color: Light Pink. HEX triplet: FF, B4 and C0. RGB value is (255,180,192). Sum of RGB (Red+Green+Blue) = 255+180+192=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4C0 is #004B3F. Grayscale: #CBCBCB. Windows color (decimal): -19264 or 12629247. OLE color: 12629247.
HSL color Cylindrical-coordinate representation of color #FFB4C0: hue angle of 350.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB4C0 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 192 | - |
| CMYK | 0 | 0.29 | 0.25 | 0 |
| HSL | 350.4º | 1% | 0.85% | - |
| HSV(B) | 350.4º | 0.29% | 1% | - |
| XYZ | 67.08 | 57.71 | 57.47 | - |
| YUV | 203.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 192 | 0 | 0.29 | 0.25 | 0 | 350.4 | 1 | 0.85 |
| Hex | FF | B4 | C0 | 0 | 1D | 19 | 0 | 15E | 64 | 55 |
| Octal | 377 | 264 | 300 | 0 | 35 | 31 | 0 | 536 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11000000 | 0 | 11101 | 11001 | 0 | 101011110 | 1100100 | 1010101 |
Color Harmonies of #FFB4C0
Complementary color
Monochromatic Colors of #FFB4C0
Black with #FFB4C0
Text Example
Text Example
White with #FFB4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4C0; }
p { color: rgb(255,180,192); }
H1.HeaderClassName
{
color: #FFB4C0;
}
.AnyTagClassName
{
color: #FFB4C0;
}
</style>
background-color css
<style>
a { background-color: #FFB4C0; }
a { background-color: rgb(255,180,192); }
div.DivClassName
{
background-color: #FFB4C0;
}
.BgClassName
{
background-color: #FFB4C0;
}
</style>
border-color css
<style>
span { border-color: #FFB4C0; }
span { border-color: rgb(255,180,192); }
td.TdClassName
{
border-color: #FFB4C0;
}
.TagClassName
{
border-color: #FFB4C0;
}
</style>