#FFAEC2

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

Shades of Light Pink #FFAEC2

Tints of Light Pink #FFAEC2

Color information

#FFAEC2 (or 0xFFAEC2) is unknown color: approx Light Pink. HEX triplet: FF, AE and C2. RGB value is (255,174,194). Sum of RGB (Red+Green+Blue) = 255+174+194=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC2 is #00513D. Grayscale: #C8C8C8. Windows color (decimal): -20798 or 12758783. OLE color: 12758783.

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

Color convert

RGB255174194-
CMYK00.320.240
HSL345.19º100%84.12%-
HSV(B)345.19º31.76%100%-
XYZ66.1155.4358.25-
YUV200.5124.34166.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 194 (76.17% from 255) = 31.14%
R=40.93%
G=27.93%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517419400.320.240345.1910084.12
HexFFAEC20201801596454
Octal377256302040300531144124
Binary111111111010111011000010010000011000010101100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEC2; }

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

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

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

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

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

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

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

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