#FBAEB1

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

Shades of Light Pink #FBAEB1

Tints of Light Pink #FBAEB1

Color information

#FBAEB1 (or 0xFBAEB1) is unknown color: approx Light Pink. HEX triplet: FB, AE and B1. RGB value is (251,174,177). Sum of RGB (Red+Green+Blue) = 251+174+177=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAEB1 is #04514E. Grayscale: #C5C5C5. Windows color (decimal): -282959 or 11644667. OLE color: 11644667.

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

Color convert

RGB251174177-
CMYK00.310.290.02
HSL357.66º90.59%83.33%-
HSV(B)357.66º30.68%98.43%-
XYZ62.8653.9648.7-
YUV197.36116.51166.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.69%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 177 (69.53% from 255) = 29.40%
R=41.69%
G=28.90%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117417700.310.290.02357.6690.5983.33
HexFBAEB101F1D21665b53
Octal373256261037352546133123
Binary111110111010111010110001011111111011010110011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEB1; }

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

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

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

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

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

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

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

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