#FBAEB2

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

Shades of Light Pink #FBAEB2

Tints of Light Pink #FBAEB2

Color information

#FBAEB2 (or 0xFBAEB2) is unknown color: approx Light Pink. HEX triplet: FB, AE and B2. RGB value is (251,174,178). Sum of RGB (Red+Green+Blue) = 251+174+178=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAEB2 is #04514D. Grayscale: #C5C5C5. Windows color (decimal): -282958 or 11710203. OLE color: 11710203.

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

Color convert

RGB251174178-
CMYK00.310.290.02
HSL356.88º90.59%83.33%-
HSV(B)356.88º30.68%98.43%-
XYZ62.965449.22-
YUV197.48117.01166.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.63%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 178 (69.92% from 255) = 29.52%
R=41.63%
G=28.86%
B=29.52%

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
Decimal25117417800.310.290.02356.8890.5983.33
HexFBAEB201F1D21655b53
Octal373256262037352545133123
Binary111110111010111010110010011111111011010110010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEB2; }

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

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

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

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

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

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

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

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