#FFAEC0

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

Shades of Light Pink #FFAEC0

Tints of Light Pink #FFAEC0

Color information

#FFAEC0 (or 0xFFAEC0) is unknown color: approx Light Pink. HEX triplet: FF, AE and C0. RGB value is (255,174,192). Sum of RGB (Red+Green+Blue) = 255+174+192=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC0 is #00513F. Grayscale: #C8C8C8. Windows color (decimal): -20800 or 12627711. OLE color: 12627711.

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

Color convert

RGB255174192-
CMYK00.320.250
HSL346.67º100%84.12%-
HSV(B)346.67º31.76%100%-
XYZ65.8955.3457.08-
YUV200.27123.34167.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 192 (75.39% from 255) = 30.92%
R=41.06%
G=28.02%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517419200.320.250346.6710084.12
HexFFAEC002019015b6454
Octal377256300040310533144124
Binary111111111010111011000000010000011001010101101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEC0; }

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

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

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

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

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

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

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

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