#F8AECA

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

Shades of Cupid #F8AECA

Tints of Cupid #F8AECA

Color information

#F8AECA (or 0xF8AECA) is unknown color: approx Cupid. HEX triplet: F8, AE and CA. RGB value is (248,174,202). Sum of RGB (Red+Green+Blue) = 248+174+202=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AECA is #075135. Grayscale: #C7C7C7. Windows color (decimal): -479542 or 13283064. OLE color: 13283064.

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

Color convert

RGB248174202-
CMYK00.300.190.03
HSL337.3º84.09%82.75%-
HSV(B)337.3º29.84%97.25%-
XYZ64.5154.4963-
YUV199.32129.52162.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.74%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=39.74%
G=27.88%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817420200.300.190.03337.384.0982.75
HexF8AECA01E1331515453
Octal370256312036233521124123
Binary111110001010111011001010011110100111110101000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AECA; }

 p { color: rgb(248,174,202); }

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

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

 a { background-color: rgb(248,174,202); }

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

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

 span { border-color: rgb(248,174,202); }

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