#FFAEC4

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

Shades of Cupid #FFAEC4

Tints of Cupid #FFAEC4

Color information

#FFAEC4 (or 0xFFAEC4) is unknown color: approx Cupid. HEX triplet: FF, AE and C4. RGB value is (255,174,196). Sum of RGB (Red+Green+Blue) = 255+174+196=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC4 is #00513B. Grayscale: #C8C8C8. Windows color (decimal): -20796 or 12889855. OLE color: 12889855.

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

Color convert

RGB255174196-
CMYK00.320.230
HSL343.7º100%84.12%-
HSV(B)343.7º31.76%100%-
XYZ66.3455.5259.44-
YUV200.73125.34166.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 196 (76.95% from 255) = 31.36%
R=40.8%
G=27.84%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517419600.320.230343.710084.12
HexFFAEC40201701586454
Octal377256304040270530144124
Binary111111111010111011000100010000010111010101100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEC4; }

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

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

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

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

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

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

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

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