#FAAEB9

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

Shades of Light Pink #FAAEB9

Tints of Light Pink #FAAEB9

Color information

#FAAEB9 (or 0xFAAEB9) is unknown color: approx Light Pink. HEX triplet: FA, AE and B9. RGB value is (250,174,185). Sum of RGB (Red+Green+Blue) = 250+174+185=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEB9 is #055146. Grayscale: #C6C6C6. Windows color (decimal): -348487 or 12168954. OLE color: 12168954.

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

Color convert

RGB250174185-
CMYK00.300.260.02
HSL351.32º88.37%83.14%-
HSV(B)351.32º30.4%98.04%-
XYZ63.3254.153-
YUV197.98120.68165.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 185 (72.66% from 255) = 30.38%
R=41.05%
G=28.57%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017418500.300.260.02351.3288.3783.14
HexFAAEB901E1A215f5853
Octal372256271036322537130123
Binary111110101010111010111001011110110101010101111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEB9; }

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

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

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

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

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

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

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

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