#FBAAAE

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

Shades of Light Pink #FBAAAE

Tints of Light Pink #FBAAAE

Color information

#FBAAAE (or 0xFBAAAE) is unknown color: approx Light Pink. HEX triplet: FB, AA and AE. RGB value is (251,170,174). Sum of RGB (Red+Green+Blue) = 251+170+174=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAAE is #045551. Grayscale: #C2C2C2. Windows color (decimal): -283986 or 11447035. OLE color: 11447035.

HSL color Cylindrical-coordinate representation of color #FBAAAE: hue angle of 357.04º degrees, saturation: 0.91, 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 #FBAAAE is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251170174-
CMYK00.320.310.02
HSL357.04º91.01%82.55%-
HSV(B)357.04º32.27%98.43%-
XYZ61.852.3146.89-
YUV194.68116.34168.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=42.18%
G=28.57%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117017400.320.310.02357.0491.0182.55
HexFBAAAE0201F21655b53
Octal373252256040372545133123
Binary1111101110101010101011100100000111111010110010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAAE; }

 p { color: rgb(251,170,174); }

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

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

 a { background-color: rgb(251,170,174); }

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

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

 span { border-color: rgb(251,170,174); }

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