#F2ADC9

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

Shades of Cupid #F2ADC9

Tints of Cupid #F2ADC9

Color information

#F2ADC9 (or 0xF2ADC9) is unknown color: approx Cupid. HEX triplet: F2, AD and C9. RGB value is (242,173,201). Sum of RGB (Red+Green+Blue) = 242+173+201=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADC9 is #0D5236. Grayscale: #C4C4C4. Windows color (decimal): -873015 or 13217266. OLE color: 13217266.

HSL color Cylindrical-coordinate representation of color #F2ADC9: hue angle of 335.65º 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 #F2ADC9 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242173201-
CMYK00.290.170.05
HSL335.65º72.63%81.37%-
HSV(B)335.65º28.51%94.9%-
XYZ62.152.9862.21-
YUV196.82130.36160.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 201 (78.91% from 255) = 32.63%
R=39.29%
G=28.08%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217320100.290.170.05335.6572.6381.37
HexF2ADC901D1151504951
Octal362255311035215520111121
Binary1111001010101101110010010111011000110110101000010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADC9; }

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

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

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

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

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

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

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

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