#F3ADBE

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

Shades of Cupid #F3ADBE

Tints of Cupid #F3ADBE

Color information

#F3ADBE (or 0xF3ADBE) is unknown color: approx Cupid. HEX triplet: F3, AD and BE. RGB value is (243,173,190). Sum of RGB (Red+Green+Blue) = 243+173+190=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADBE is #0C5241. Grayscale: #C3C3C3. Windows color (decimal): -807490 or 12496371. OLE color: 12496371.

HSL color Cylindrical-coordinate representation of color #F3ADBE: hue angle of 345.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3ADBE is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB243173190-
CMYK00.290.220.05
HSL345.43º74.47%81.57%-
HSV(B)345.43º28.81%95.29%-
XYZ61.252.6655.65-
YUV195.87124.69161.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.10%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=40.10%
G=28.55%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317319000.290.220.05345.4374.4781.57
HexF3ADBE01D1651594a52
Octal363255276035265531112122
Binary1111001110101101101111100111011011010110101100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ADBE; }

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

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

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

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

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

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

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

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