#FBAEBB

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

Shades of Light Pink #FBAEBB

Tints of Light Pink #FBAEBB

Color information

#FBAEBB (or 0xFBAEBB) is unknown color: approx Light Pink. HEX triplet: FB, AE and BB. RGB value is (251,174,187). Sum of RGB (Red+Green+Blue) = 251+174+187=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEBB is #045144. Grayscale: #C6C6C6. Windows color (decimal): -282949 or 12300027. OLE color: 12300027.

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

Color convert

RGB251174187-
CMYK00.310.250.02
HSL349.87º90.59%83.33%-
HSV(B)349.87º30.68%98.43%-
XYZ63.8954.3754.14-
YUV198.5121.51165.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.01%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=41.01%
G=28.43%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117418700.310.250.02349.8790.5983.33
HexFBAEBB01F19215e5b53
Octal373256273037312536133123
Binary111110111010111010111011011111110011010101111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEBB; }

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

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

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

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

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

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

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

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