Shades of Light Pink #F4B0B3
Tints of Light Pink #F4B0B3
RGB
CMYK
RGB Variations
Color information
#F4B0B3 (or 0xF4B0B3) is known color: Light Pink. HEX triplet: F4, B0 and B3. RGB value is (244,176,179). Sum of RGB (Red+Green+Blue) = 244+176+179=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0B3 is #0B4F4C. Grayscale: #C4C4C4. Windows color (decimal): -741197 or 11776244. OLE color: 11776244.
HSL color Cylindrical-coordinate representation of color #F4B0B3: hue angle of 357.35º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0B3 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 179 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.04 |
| HSL | 357.35º | 0.76% | 0.82% | - |
| HSV(B) | 357.35º | 0.28% | 0.96% | - |
| XYZ | 60.97 | 53.54 | 49.77 | - |
| YUV | 196.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 179 | 0 | 0.28 | 0.27 | 0.04 | 357.35 | 0.76 | 0.82 |
| Hex | F4 | B0 | B3 | 0 | 1C | 1B | 4 | 165 | 4C | 52 |
| Octal | 364 | 260 | 263 | 0 | 34 | 33 | 4 | 545 | 114 | 122 |
| Binary | 11110100 | 10110000 | 10110011 | 0 | 11100 | 11011 | 100 | 101100101 | 1001100 | 1010010 |
Color Harmonies of #F4B0B3
Complementary color
Monochromatic Colors of #F4B0B3
Black with #F4B0B3
Text Example
Text Example
White with #F4B0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0B3; }
p { color: rgb(244,176,179); }
H1.HeaderClassName
{
color: #F4B0B3;
}
.AnyTagClassName
{
color: #F4B0B3;
}
</style>
background-color css
<style>
a { background-color: #F4B0B3; }
a { background-color: rgb(244,176,179); }
div.DivClassName
{
background-color: #F4B0B3;
}
.BgClassName
{
background-color: #F4B0B3;
}
</style>
border-color css
<style>
span { border-color: #F4B0B3; }
span { border-color: rgb(244,176,179); }
td.TdClassName
{
border-color: #F4B0B3;
}
.TagClassName
{
border-color: #F4B0B3;
}
</style>