#F4ADBE

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

Shades of Cupid #F4ADBE

Tints of Cupid #F4ADBE

Color information

#F4ADBE (or 0xF4ADBE) is unknown color: approx Cupid. HEX triplet: F4, AD and BE. RGB value is (244,173,190). Sum of RGB (Red+Green+Blue) = 244+173+190=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADBE is #0B5241. Grayscale: #C4C4C4. Windows color (decimal): -741954 or 12496372. OLE color: 12496372.

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

Color convert

RGB244173190-
CMYK00.290.220.04
HSL345.63º76.34%81.76%-
HSV(B)345.63º29.1%95.69%-
XYZ61.5552.8455.67-
YUV196.17124.52162.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.20%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=40.20%
G=28.50%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417319000.290.220.04345.6376.3481.76
HexF4ADBE01D16415a4c52
Octal364255276035264532114122
Binary1111010010101101101111100111011011010010101101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ADBE; }

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

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

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

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

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

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

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

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