#FFA6AE

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

Shades of Light Pink #FFA6AE

Tints of Light Pink #FFA6AE

Color information

#FFA6AE (or 0xFFA6AE) is unknown color: approx Light Pink. HEX triplet: FF, A6 and AE. RGB value is (255,166,174). Sum of RGB (Red+Green+Blue) = 255+166+174=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6AE is #005951. Grayscale: #C1C1C1. Windows color (decimal): -22866 or 11446015. OLE color: 11446015.

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

Color convert

RGB255166174-
CMYK00.350.320
HSL354.61º100%82.55%-
HSV(B)354.61º34.9%100%-
XYZ62.5251.5946.71-
YUV193.52116.99171.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 166 (65.23% from 255) = 27.90%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=42.86%
G=27.90%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516617400.350.320354.6110082.55
HexFFA6AE0232001636453
Octal377246256043400543144123
Binary1111111110100110101011100100011100000010110001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6AE; }

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

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

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

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

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

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

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

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