Shades of Cupid #F2ADB8
Tints of Cupid #F2ADB8
RGB
CMYK
RGB Variations
Color information
#F2ADB8 (or 0xF2ADB8) is known color: Cupid. HEX triplet: F2, AD and B8. RGB value is (242,173,184). Sum of RGB (Red+Green+Blue) = 242+173+184=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADB8 is #0D5247. Grayscale: #C2C2C2. Windows color (decimal): -873032 or 12103154. OLE color: 12103154.
HSL color Cylindrical-coordinate representation of color #F2ADB8: hue angle of 350.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADB8 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 184 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.05 |
| HSL | 350.43º | 0.73% | 0.81% | - |
| HSV(B) | 350.43º | 0.29% | 0.95% | - |
| XYZ | 60.21 | 52.23 | 52.25 | - |
| YUV | 194.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 184 | 0 | 0.29 | 0.24 | 0.05 | 350.43 | 0.73 | 0.81 |
| Hex | F2 | AD | B8 | 0 | 1D | 18 | 5 | 15E | 49 | 51 |
| Octal | 362 | 255 | 270 | 0 | 35 | 30 | 5 | 536 | 111 | 121 |
| Binary | 11110010 | 10101101 | 10111000 | 0 | 11101 | 11000 | 101 | 101011110 | 1001001 | 1010001 |
Color Harmonies of #F2ADB8
Complementary color
Monochromatic Colors of #F2ADB8
Black with #F2ADB8
Text Example
Text Example
White with #F2ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADB8; }
p { color: rgb(242,173,184); }
H1.HeaderClassName
{
color: #F2ADB8;
}
.AnyTagClassName
{
color: #F2ADB8;
}
</style>
background-color css
<style>
a { background-color: #F2ADB8; }
a { background-color: rgb(242,173,184); }
div.DivClassName
{
background-color: #F2ADB8;
}
.BgClassName
{
background-color: #F2ADB8;
}
</style>
border-color css
<style>
span { border-color: #F2ADB8; }
span { border-color: rgb(242,173,184); }
td.TdClassName
{
border-color: #F2ADB8;
}
.TagClassName
{
border-color: #F2ADB8;
}
</style>