#F9ACBE

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

Shades of Cupid #F9ACBE

Tints of Cupid #F9ACBE

Color information

#F9ACBE (or 0xF9ACBE) is unknown color: approx Cupid. HEX triplet: F9, AC and BE. RGB value is (249,172,190). Sum of RGB (Red+Green+Blue) = 249+172+190=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACBE is #065341. Grayscale: #C5C5C5. Windows color (decimal): -414530 or 12496121. OLE color: 12496121.

HSL color Cylindrical-coordinate representation of color #F9ACBE: hue angle of 345.97º degrees, saturation: 0.87, 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 #F9ACBE is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249172190-
CMYK00.310.240.02
HSL345.97º86.52%82.55%-
HSV(B)345.97º30.92%97.65%-
XYZ63.1153.3655.69-
YUV197.08124.01165.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.75%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=40.75%
G=28.15%
B=31.10%

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
Decimal24917219000.310.240.02345.9786.5282.55
HexF9ACBE01F18215a5753
Octal371254276037302532127123
Binary111110011010110010111110011111110001010101101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACBE; }

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

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

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

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

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

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

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

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