#F7ADC3

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

Shades of Cupid #F7ADC3

Tints of Cupid #F7ADC3

Color information

#F7ADC3 (or 0xF7ADC3) is unknown color: approx Cupid. HEX triplet: F7, AD and C3. RGB value is (247,173,195). Sum of RGB (Red+Green+Blue) = 247+173+195=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADC3 is #08523C. Grayscale: #C5C5C5. Windows color (decimal): -545341 or 12824055. OLE color: 12824055.

HSL color Cylindrical-coordinate representation of color #F7ADC3: hue angle of 342.16º 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 #F7ADC3 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB247173195-
CMYK00.300.210.03
HSL342.16º82.22%82.35%-
HSV(B)342.16º29.96%96.86%-
XYZ63.1553.658.65-
YUV197.63126.52163.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.16%
GREEN value IS 173 (67.97% from 255) = 28.13%
BLUE value IS 195 (76.56% from 255) = 31.71%
R=40.16%
G=28.13%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717319500.300.210.03342.1682.2282.35
HexF7ADC301E1531565252
Octal367255303036253526122122
Binary111101111010110111000011011110101011110101011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADC3; }

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

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

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

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

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

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

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

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