#FAAEB0

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

Shades of Light Pink #FAAEB0

Tints of Light Pink #FAAEB0

Color information

#FAAEB0 (or 0xFAAEB0) is unknown color: approx Light Pink. HEX triplet: FA, AE and B0. RGB value is (250,174,176). Sum of RGB (Red+Green+Blue) = 250+174+176=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEB0 is #05514F. Grayscale: #C5C5C5. Windows color (decimal): -348496 or 11579130. OLE color: 11579130.

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

Color convert

RGB250174176-
CMYK00.300.300.02
HSL358.42º88.37%83.14%-
HSV(B)358.42º30.4%98.04%-
XYZ62.453.7348.16-
YUV196.95116.18165.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 176 (69.14% from 255) = 29.33%
R=41.67%
G=29%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017417600.300.300.02358.4288.3783.14
HexFAAEB001E1E21665853
Octal372256260036362546130123
Binary111110101010111010110000011110111101010110011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEB0; }

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

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

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

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

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

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

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

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