Shades of Light Pink #F4ADB5
Tints of Light Pink #F4ADB5
RGB
CMYK
RGB Variations
Color information
#F4ADB5 (or 0xF4ADB5) is known color: Light Pink. HEX triplet: F4, AD and B5. RGB value is (244,173,181). Sum of RGB (Red+Green+Blue) = 244+173+181=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADB5 is #0B524A. Grayscale: #C3C3C3. Windows color (decimal): -741963 or 11906548. OLE color: 11906548.
HSL color Cylindrical-coordinate representation of color #F4ADB5: hue angle of 353.24º 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 #F4ADB5 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 181 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.04 |
| HSL | 353.24º | 0.76% | 0.82% | - |
| HSV(B) | 353.24º | 0.29% | 0.96% | - |
| XYZ | 60.59 | 52.46 | 50.65 | - |
| YUV | 195.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 181 | 0 | 0.29 | 0.26 | 0.04 | 353.24 | 0.76 | 0.82 |
| Hex | F4 | AD | B5 | 0 | 1D | 1A | 4 | 161 | 4C | 52 |
| Octal | 364 | 255 | 265 | 0 | 35 | 32 | 4 | 541 | 114 | 122 |
| Binary | 11110100 | 10101101 | 10110101 | 0 | 11101 | 11010 | 100 | 101100001 | 1001100 | 1010010 |
Color Harmonies of #F4ADB5
Complementary color
Monochromatic Colors of #F4ADB5
Black with #F4ADB5
Text Example
Text Example
White with #F4ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADB5; }
p { color: rgb(244,173,181); }
H1.HeaderClassName
{
color: #F4ADB5;
}
.AnyTagClassName
{
color: #F4ADB5;
}
</style>
background-color css
<style>
a { background-color: #F4ADB5; }
a { background-color: rgb(244,173,181); }
div.DivClassName
{
background-color: #F4ADB5;
}
.BgClassName
{
background-color: #F4ADB5;
}
</style>
border-color css
<style>
span { border-color: #F4ADB5; }
span { border-color: rgb(244,173,181); }
td.TdClassName
{
border-color: #F4ADB5;
}
.TagClassName
{
border-color: #F4ADB5;
}
</style>