#FAAEB5

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

Shades of Light Pink #FAAEB5

Tints of Light Pink #FAAEB5

Color information

#FAAEB5 (or 0xFAAEB5) is unknown color: approx Light Pink. HEX triplet: FA, AE and B5. RGB value is (250,174,181). Sum of RGB (Red+Green+Blue) = 250+174+181=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEB5 is #05514A. Grayscale: #C5C5C5. Windows color (decimal): -348491 or 11906810. OLE color: 11906810.

HSL color Cylindrical-coordinate representation of color #FAAEB5: hue angle of 354.47º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEB5 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250174181-
CMYK00.300.280.02
HSL354.47º88.37%83.14%-
HSV(B)354.47º30.4%98.04%-
XYZ62.953.9350.81-
YUV197.52118.68165.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 181 (71.09% from 255) = 29.92%
R=41.32%
G=28.76%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017418100.300.280.02354.4788.3783.14
HexFAAEB501E1C21625853
Octal372256265036342542130123
Binary111110101010111010110101011110111001010110001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEB5; }

 p { color: rgb(250,174,181); }

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

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

 a { background-color: rgb(250,174,181); }

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

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

 span { border-color: rgb(250,174,181); }

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