#F4ADC2

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

Shades of Cupid #F4ADC2

Tints of Cupid #F4ADC2

Color information

#F4ADC2 (or 0xF4ADC2) is unknown color: approx Cupid. HEX triplet: F4, AD and C2. RGB value is (244,173,194). Sum of RGB (Red+Green+Blue) = 244+173+194=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADC2 is #0B523D. Grayscale: #C4C4C4. Windows color (decimal): -741950 or 12758516. OLE color: 12758516.

HSL color Cylindrical-coordinate representation of color #F4ADC2: hue angle of 342.25º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4ADC2 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB244173194-
CMYK00.290.200.04
HSL342.25º76.34%81.76%-
HSV(B)342.25º29.1%95.69%-
XYZ61.9953.0258-
YUV196.62126.52161.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.93%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 194 (76.17% from 255) = 31.75%
R=39.93%
G=28.31%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417319400.290.200.04342.2576.3481.76
HexF4ADC201D1441564c52
Octal364255302035244526114122
Binary1111010010101101110000100111011010010010101011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ADC2; }

 p { color: rgb(244,173,194); }

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

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

 a { background-color: rgb(244,173,194); }

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

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

 span { border-color: rgb(244,173,194); }

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