#F0ADC9

Color #F0ADC9 Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #F0ADC9

Tints of Cupid #F0ADC9

Color information

#F0ADC9 (or 0xF0ADC9) is unknown color: approx Cupid. HEX triplet: F0, AD and C9. RGB value is (240,173,201). Sum of RGB (Red+Green+Blue) = 240+173+201=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADC9 is #0F5236. Grayscale: #C4C4C4. Windows color (decimal): -1004087 or 13217264. OLE color: 13217264.

HSL color Cylindrical-coordinate representation of color #F0ADC9: hue angle of 334.93º 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 #F0ADC9 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240173201-
CMYK00.280.160.06
HSL334.93º69.07%80.98%-
HSV(B)334.93º27.92%94.12%-
XYZ61.4252.6362.18-
YUV196.22130.7159.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 39.09%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=39.09%
G=28.18%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017320100.280.160.06334.9369.0780.98
HexF0ADC901C10614f4551
Octal360255311034206517105121
Binary1111000010101101110010010111001000011010100111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADC9; }

 p { color: rgb(240,173,201); }

 H1.HeaderClassName
 {
   color: #F0ADC9;
 }
 .AnyTagClassName
 {
   color: #F0ADC9;
 }
</style>
background-color css

<style>
 a { background-color: #F0ADC9; }

 a { background-color: rgb(240,173,201); }

 div.DivClassName
 {
   background-color: #F0ADC9;
 }
 .BgClassName
 {
   background-color: #F0ADC9;
 }
</style>
border-color css

<style>
 span { border-color: #F0ADC9; }

 span { border-color: rgb(240,173,201); }

 td.TdClassName
 {
   border-color: #F0ADC9;
 }
 .TagClassName
 {
   border-color: #F0ADC9;
 }
</style>