#F4ADC0

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

Shades of Cupid #F4ADC0

Tints of Cupid #F4ADC0

Color information

#F4ADC0 (or 0xF4ADC0) is unknown color: approx Cupid. HEX triplet: F4, AD and C0. RGB value is (244,173,192). Sum of RGB (Red+Green+Blue) = 244+173+192=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADC0 is #0B523F. Grayscale: #C4C4C4. Windows color (decimal): -741952 or 12627444. OLE color: 12627444.

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

Color convert

RGB244173192-
CMYK00.290.210.04
HSL343.94º76.34%81.76%-
HSV(B)343.94º29.1%95.69%-
XYZ61.7752.9356.83-
YUV196.4125.52161.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.07%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=40.07%
G=28.41%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417319200.290.210.04343.9476.3481.76
HexF4ADC001D1541584c52
Octal364255300035254530114122
Binary1111010010101101110000000111011010110010101100010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ADC0; }

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

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

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

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

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

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

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

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