Shades of Light Pink #F9ADB0
Tints of Light Pink #F9ADB0
RGB
CMYK
RGB Variations
Color information
#F9ADB0 (or 0xF9ADB0) is known color: Light Pink. HEX triplet: F9, AD and B0. RGB value is (249,173,176). Sum of RGB (Red+Green+Blue) = 249+173+176=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ADB0 is #06524F. Grayscale: #C4C4C4. Windows color (decimal): -414288 or 11578873. OLE color: 11578873.
HSL color Cylindrical-coordinate representation of color #F9ADB0: hue angle of 357.63º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADB0 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 173 | 176 | - |
CMYK | 0 | 0.31 | 0.29 | 0.02 |
HSL | 357.63º | 0.86% | 0.83% | - |
HSV(B) | 357.63º | 0.31% | 0.98% | - |
XYZ | 61.85 | 53.16 | 48.08 | - |
YUV | 196.07 | 116.68 | 165.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 173 | 176 | 0 | 0.31 | 0.29 | 0.02 | 357.63 | 0.86 | 0.83 |
Hex | F9 | AD | B0 | 0 | 1F | 1D | 2 | 166 | 56 | 53 |
Octal | 371 | 255 | 260 | 0 | 37 | 35 | 2 | 546 | 126 | 123 |
Binary | 11111001 | 10101101 | 10110000 | 0 | 11111 | 11101 | 10 | 101100110 | 1010110 | 1010011 |
Color Harmonies of #F9ADB0
Complementary color
Monochromatic Colors of #F9ADB0
Black with #F9ADB0
Text Example
Text Example
White with #F9ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADB0; }
p { color: rgb(249,173,176); }
H1.HeaderClassName
{
color: #F9ADB0;
}
.AnyTagClassName
{
color: #F9ADB0;
}
</style>
background-color css
<style>
a { background-color: #F9ADB0; }
a { background-color: rgb(249,173,176); }
div.DivClassName
{
background-color: #F9ADB0;
}
.BgClassName
{
background-color: #F9ADB0;
}
</style>
border-color css
<style>
span { border-color: #F9ADB0; }
span { border-color: rgb(249,173,176); }
td.TdClassName
{
border-color: #F9ADB0;
}
.TagClassName
{
border-color: #F9ADB0;
}
</style>