#FFAEC6

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

Shades of Cupid #FFAEC6

Tints of Cupid #FFAEC6

Color information

#FFAEC6 (or 0xFFAEC6) is unknown color: approx Cupid. HEX triplet: FF, AE and C6. RGB value is (255,174,198). Sum of RGB (Red+Green+Blue) = 255+174+198=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC6 is #005139. Grayscale: #C8C8C8. Windows color (decimal): -20794 or 13020927. OLE color: 13020927.

HSL color Cylindrical-coordinate representation of color #FFAEC6: hue angle of 342.22º 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 #FFAEC6 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255174198-
CMYK00.320.220
HSL342.22º100%84.12%-
HSV(B)342.22º31.76%100%-
XYZ66.5755.6160.65-
YUV200.96126.34166.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=40.67%
G=27.75%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517419800.320.220342.2210084.12
HexFFAEC60201601566454
Octal377256306040260526144124
Binary111111111010111011000110010000010110010101011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEC6; }

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

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

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

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

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

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

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

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