#F7AEBC

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

Shades of Cupid #F7AEBC

Tints of Cupid #F7AEBC

Color information

#F7AEBC (or 0xF7AEBC) is unknown color: approx Cupid. HEX triplet: F7, AE and BC. RGB value is (247,174,188). Sum of RGB (Red+Green+Blue) = 247+174+188=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEBC is #085143. Grayscale: #C5C5C5. Windows color (decimal): -545092 or 12365559. OLE color: 12365559.

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

Color convert

RGB247174188-
CMYK00.300.240.03
HSL348.49º82.02%82.55%-
HSV(B)348.49º29.55%96.86%-
XYZ62.5753.6854.64-
YUV197.42122.68163.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 188 (73.83% from 255) = 30.87%
R=40.56%
G=28.57%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717418800.300.240.03348.4982.0282.55
HexF7AEBC01E18315c5253
Octal367256274036303534122123
Binary111101111010111010111100011110110001110101110010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEBC; }

 p { color: rgb(247,174,188); }

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

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

 a { background-color: rgb(247,174,188); }

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

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

 span { border-color: rgb(247,174,188); }

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