#FAABAE

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

Shades of Light Pink #FAABAE

Tints of Light Pink #FAABAE

Color information

#FAABAE (or 0xFAABAE) is unknown color: approx Light Pink. HEX triplet: FA, AB and AE. RGB value is (250,171,174). Sum of RGB (Red+Green+Blue) = 250+171+174=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABAE is #055451. Grayscale: #C3C3C3. Windows color (decimal): -349266 or 11447290. OLE color: 11447290.

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

Color convert

RGB250171174-
CMYK00.320.300.02
HSL357.72º88.76%82.55%-
HSV(B)357.72º31.6%98.04%-
XYZ61.6352.5146.93-
YUV194.96116.17167.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=42.02%
G=28.74%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017117400.320.300.02357.7288.7682.55
HexFAABAE0201E21665953
Octal372253256040362546131123
Binary1111101010101011101011100100000111101010110011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABAE; }

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

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

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

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

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

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

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

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