#FFAEC3

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

Shades of Cupid #FFAEC3

Tints of Cupid #FFAEC3

Color information

#FFAEC3 (or 0xFFAEC3) is unknown color: approx Cupid. HEX triplet: FF, AE and C3. RGB value is (255,174,195). Sum of RGB (Red+Green+Blue) = 255+174+195=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC3 is #00513C. Grayscale: #C8C8C8. Windows color (decimal): -20797 or 12824319. OLE color: 12824319.

HSL color Cylindrical-coordinate representation of color #FFAEC3: hue angle of 344.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFAEC3 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255174195-
CMYK00.320.240
HSL344.44º100%84.12%-
HSV(B)344.44º31.76%100%-
XYZ66.2355.4758.85-
YUV200.61124.84166.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 195 (76.56% from 255) = 31.25%
R=40.87%
G=27.88%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517419500.320.240344.4410084.12
HexFFAEC30201801586454
Octal377256303040300530144124
Binary111111111010111011000011010000011000010101100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEC3; }

 p { color: rgb(255,174,195); }

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

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

 a { background-color: rgb(255,174,195); }

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

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

 span { border-color: rgb(255,174,195); }

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