#FBAEBA

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

Shades of Light Pink #FBAEBA

Tints of Light Pink #FBAEBA

Color information

#FBAEBA (or 0xFBAEBA) is unknown color: approx Light Pink. HEX triplet: FB, AE and BA. RGB value is (251,174,186). Sum of RGB (Red+Green+Blue) = 251+174+186=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEBA is #045145. Grayscale: #C6C6C6. Windows color (decimal): -282950 or 12234491. OLE color: 12234491.

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

Color convert

RGB251174186-
CMYK00.310.260.02
HSL350.65º90.59%83.33%-
HSV(B)350.65º30.68%98.43%-
XYZ63.7854.3353.58-
YUV198.39121.01165.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=41.08%
G=28.48%
B=30.44%

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
Decimal25117418600.310.260.02350.6590.5983.33
HexFBAEBA01F1A215f5b53
Octal373256272037322537133123
Binary111110111010111010111010011111110101010101111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEBA; }

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

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

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

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

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

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

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

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