Shades of Light Pink #F4ADB2
Tints of Light Pink #F4ADB2
RGB
CMYK
RGB Variations
Color information
#F4ADB2 (or 0xF4ADB2) is known color: Light Pink. HEX triplet: F4, AD and B2. RGB value is (244,173,178). Sum of RGB (Red+Green+Blue) = 244+173+178=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4ADB2 is #0B524D. Grayscale: #C2C2C2. Windows color (decimal): -741966 or 11709940. OLE color: 11709940.
HSL color Cylindrical-coordinate representation of color #F4ADB2: hue angle of 355.77º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4ADB2 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 178 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.04 |
| HSL | 355.77º | 0.76% | 0.82% | - |
| HSV(B) | 355.77º | 0.29% | 0.96% | - |
| XYZ | 60.29 | 52.33 | 49.04 | - |
| YUV | 194.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 178 | 0 | 0.29 | 0.27 | 0.04 | 355.77 | 0.76 | 0.82 |
| Hex | F4 | AD | B2 | 0 | 1D | 1B | 4 | 164 | 4C | 52 |
| Octal | 364 | 255 | 262 | 0 | 35 | 33 | 4 | 544 | 114 | 122 |
| Binary | 11110100 | 10101101 | 10110010 | 0 | 11101 | 11011 | 100 | 101100100 | 1001100 | 1010010 |
Color Harmonies of #F4ADB2
Complementary color
Monochromatic Colors of #F4ADB2
Black with #F4ADB2
Text Example
Text Example
White with #F4ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADB2; }
p { color: rgb(244,173,178); }
H1.HeaderClassName
{
color: #F4ADB2;
}
.AnyTagClassName
{
color: #F4ADB2;
}
</style>
background-color css
<style>
a { background-color: #F4ADB2; }
a { background-color: rgb(244,173,178); }
div.DivClassName
{
background-color: #F4ADB2;
}
.BgClassName
{
background-color: #F4ADB2;
}
</style>
border-color css
<style>
span { border-color: #F4ADB2; }
span { border-color: rgb(244,173,178); }
td.TdClassName
{
border-color: #F4ADB2;
}
.TagClassName
{
border-color: #F4ADB2;
}
</style>