Shades of Light Pink #FFB4C1
Tints of Light Pink #FFB4C1
RGB
CMYK
RGB Variations
Color information
#FFB4C1 (or 0xFFB4C1) is known color: Light Pink. HEX triplet: FF, B4 and C1. RGB value is (255,180,193). Sum of RGB (Red+Green+Blue) = 255+180+193=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4C1 is #004B3E. Grayscale: #CBCBCB. Windows color (decimal): -19263 or 12694783. OLE color: 12694783.
HSL color Cylindrical-coordinate representation of color #FFB4C1: hue angle of 349.6º 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 #FFB4C1 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 193 | - |
| CMYK | 0 | 0.29 | 0.24 | 0 |
| HSL | 349.6º | 1% | 0.85% | - |
| HSV(B) | 349.6º | 0.29% | 1% | - |
| XYZ | 67.19 | 57.75 | 58.06 | - |
| YUV | 203.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 193 | 0 | 0.29 | 0.24 | 0 | 349.6 | 1 | 0.85 |
| Hex | FF | B4 | C1 | 0 | 1D | 18 | 0 | 15E | 64 | 55 |
| Octal | 377 | 264 | 301 | 0 | 35 | 30 | 0 | 536 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11000001 | 0 | 11101 | 11000 | 0 | 101011110 | 1100100 | 1010101 |
Color Harmonies of #FFB4C1
Complementary color
Monochromatic Colors of #FFB4C1
Black with #FFB4C1
Text Example
Text Example
White with #FFB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4C1; }
p { color: rgb(255,180,193); }
H1.HeaderClassName
{
color: #FFB4C1;
}
.AnyTagClassName
{
color: #FFB4C1;
}
</style>
background-color css
<style>
a { background-color: #FFB4C1; }
a { background-color: rgb(255,180,193); }
div.DivClassName
{
background-color: #FFB4C1;
}
.BgClassName
{
background-color: #FFB4C1;
}
</style>
border-color css
<style>
span { border-color: #FFB4C1; }
span { border-color: rgb(255,180,193); }
td.TdClassName
{
border-color: #FFB4C1;
}
.TagClassName
{
border-color: #FFB4C1;
}
</style>