#F9ADBF

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

Shades of Cupid #F9ADBF

Tints of Cupid #F9ADBF

Color information

#F9ADBF (or 0xF9ADBF) is unknown color: approx Cupid. HEX triplet: F9, AD and BF. RGB value is (249,173,191). Sum of RGB (Red+Green+Blue) = 249+173+191=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADBF is #065240. Grayscale: #C5C5C5. Windows color (decimal): -414273 or 12561913. OLE color: 12561913.

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

Color convert

RGB249173191-
CMYK00.310.230.02
HSL345.79º86.36%82.75%-
HSV(B)345.79º30.52%97.65%-
XYZ63.4153.7956.33-
YUV197.78124.18164.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 191 (75% from 255) = 31.16%
R=40.62%
G=28.22%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917319100.310.230.02345.7986.3682.75
HexF9ADBF01F17215a5653
Octal371255277037272532126123
Binary111110011010110110111111011111101111010101101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ADBF; }

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

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

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

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

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

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

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

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