Shades of Cupid #F0ADC4
Tints of Cupid #F0ADC4
RGB
CMYK
RGB Variations
Color information
#F0ADC4 (or 0xF0ADC4) is known color: Cupid. HEX triplet: F0, AD and C4. RGB value is (240,173,196). Sum of RGB (Red+Green+Blue) = 240+173+196=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADC4 is #0F523B. Grayscale: #C3C3C3. Windows color (decimal): -1004092 or 12889584. OLE color: 12889584.
HSL color Cylindrical-coordinate representation of color #F0ADC4: hue angle of 339.4º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADC4 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 196 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.06 |
| HSL | 339.4º | 0.69% | 0.81% | - |
| HSV(B) | 339.4º | 0.28% | 0.94% | - |
| XYZ | 60.84 | 52.4 | 59.13 | - |
| YUV | 195.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 196 | 0 | 0.28 | 0.18 | 0.06 | 339.4 | 0.69 | 0.81 |
| Hex | F0 | AD | C4 | 0 | 1C | 12 | 6 | 153 | 45 | 51 |
| Octal | 360 | 255 | 304 | 0 | 34 | 22 | 6 | 523 | 105 | 121 |
| Binary | 11110000 | 10101101 | 11000100 | 0 | 11100 | 10010 | 110 | 101010011 | 1000101 | 1010001 |
Color Harmonies of #F0ADC4
Complementary color
Monochromatic Colors of #F0ADC4
Black with #F0ADC4
Text Example
Text Example
White with #F0ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADC4; }
p { color: rgb(240,173,196); }
H1.HeaderClassName
{
color: #F0ADC4;
}
.AnyTagClassName
{
color: #F0ADC4;
}
</style>
background-color css
<style>
a { background-color: #F0ADC4; }
a { background-color: rgb(240,173,196); }
div.DivClassName
{
background-color: #F0ADC4;
}
.BgClassName
{
background-color: #F0ADC4;
}
</style>
border-color css
<style>
span { border-color: #F0ADC4; }
span { border-color: rgb(240,173,196); }
td.TdClassName
{
border-color: #F0ADC4;
}
.TagClassName
{
border-color: #F0ADC4;
}
</style>