#FBAEB9

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

Shades of Light Pink #FBAEB9

Tints of Light Pink #FBAEB9

Color information

#FBAEB9 (or 0xFBAEB9) is unknown color: approx Light Pink. HEX triplet: FB, AE and B9. RGB value is (251,174,185). Sum of RGB (Red+Green+Blue) = 251+174+185=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEB9 is #045146. Grayscale: #C6C6C6. Windows color (decimal): -282951 or 12168955. OLE color: 12168955.

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

Color convert

RGB251174185-
CMYK00.310.260.02
HSL351.43º90.59%83.33%-
HSV(B)351.43º30.68%98.43%-
XYZ63.6854.2853.02-
YUV198.28120.51165.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 185 (72.66% from 255) = 30.33%
R=41.15%
G=28.52%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117418500.310.260.02351.4390.5983.33
HexFBAEB901F1A215f5b53
Octal373256271037322537133123
Binary111110111010111010111001011111110101010101111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEB9; }

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

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

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

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

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

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

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

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