Shades of Light Pink #F4B2B4
Tints of Light Pink #F4B2B4
RGB
CMYK
RGB Variations
Color information
#F4B2B4 (or 0xF4B2B4) is known color: Light Pink. HEX triplet: F4, B2 and B4. RGB value is (244,178,180). Sum of RGB (Red+Green+Blue) = 244+178+180=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B2B4 is #0B4D4B. Grayscale: #C6C6C6. Windows color (decimal): -740684 or 11842292. OLE color: 11842292.
HSL color Cylindrical-coordinate representation of color #F4B2B4: hue angle of 358.18º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B2B4 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 178 | 180 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.04 |
| HSL | 358.18º | 0.75% | 0.83% | - |
| HSV(B) | 358.18º | 0.27% | 0.96% | - |
| XYZ | 61.47 | 54.37 | 50.43 | - |
| YUV | 197.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 178 | 180 | 0 | 0.27 | 0.26 | 0.04 | 358.18 | 0.75 | 0.83 |
| Hex | F4 | B2 | B4 | 0 | 1B | 1A | 4 | 166 | 4B | 53 |
| Octal | 364 | 262 | 264 | 0 | 33 | 32 | 4 | 546 | 113 | 123 |
| Binary | 11110100 | 10110010 | 10110100 | 0 | 11011 | 11010 | 100 | 101100110 | 1001011 | 1010011 |
Color Harmonies of #F4B2B4
Complementary color
Monochromatic Colors of #F4B2B4
Black with #F4B2B4
Text Example
Text Example
White with #F4B2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B2B4; }
p { color: rgb(244,178,180); }
H1.HeaderClassName
{
color: #F4B2B4;
}
.AnyTagClassName
{
color: #F4B2B4;
}
</style>
background-color css
<style>
a { background-color: #F4B2B4; }
a { background-color: rgb(244,178,180); }
div.DivClassName
{
background-color: #F4B2B4;
}
.BgClassName
{
background-color: #F4B2B4;
}
</style>
border-color css
<style>
span { border-color: #F4B2B4; }
span { border-color: rgb(244,178,180); }
td.TdClassName
{
border-color: #F4B2B4;
}
.TagClassName
{
border-color: #F4B2B4;
}
</style>