#F9ADBE

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

Shades of Cupid #F9ADBE

Tints of Cupid #F9ADBE

Color information

#F9ADBE (or 0xF9ADBE) is unknown color: approx Cupid. HEX triplet: F9, AD and BE. RGB value is (249,173,190). Sum of RGB (Red+Green+Blue) = 249+173+190=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADBE is #065241. Grayscale: #C5C5C5. Windows color (decimal): -414274 or 12496377. OLE color: 12496377.

HSL color Cylindrical-coordinate representation of color #F9ADBE: hue angle of 346.58º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADBE is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249173190-
CMYK00.310.240.02
HSL346.58º86.36%82.75%-
HSV(B)346.58º30.52%97.65%-
XYZ63.353.7455.75-
YUV197.66123.68164.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=40.69%
G=28.27%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917319000.310.240.02346.5886.3682.75
HexF9ADBE01F18215b5653
Octal371255276037302533126123
Binary111110011010110110111110011111110001010101101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ADBE; }

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

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

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

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

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

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

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

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