#F7ADBF

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

Shades of Cupid #F7ADBF

Tints of Cupid #F7ADBF

Color information

#F7ADBF (or 0xF7ADBF) is unknown color: approx Cupid. HEX triplet: F7, AD and BF. RGB value is (247,173,191). Sum of RGB (Red+Green+Blue) = 247+173+191=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADBF is #085240. Grayscale: #C5C5C5. Windows color (decimal): -545345 or 12561911. OLE color: 12561911.

HSL color Cylindrical-coordinate representation of color #F7ADBF: hue angle of 345.41º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADBF is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247173191-
CMYK00.300.230.03
HSL345.41º82.22%82.35%-
HSV(B)345.41º29.96%96.86%-
XYZ62.7153.4256.3-
YUV197.18124.52163.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 191 (75% from 255) = 31.26%
R=40.43%
G=28.31%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717319100.300.230.03345.4182.2282.35
HexF7ADBF01E1731595252
Octal367255277036273531122122
Binary111101111010110110111111011110101111110101100110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADBF; }

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

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

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

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

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

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

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

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