#FBAEB3

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

Shades of Light Pink #FBAEB3

Tints of Light Pink #FBAEB3

Color information

#FBAEB3 (or 0xFBAEB3) is unknown color: approx Light Pink. HEX triplet: FB, AE and B3. RGB value is (251,174,179). Sum of RGB (Red+Green+Blue) = 251+174+179=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEB3 is #04514C. Grayscale: #C5C5C5. Windows color (decimal): -282957 or 11775739. OLE color: 11775739.

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

Color convert

RGB251174179-
CMYK00.310.290.02
HSL356.1º90.59%83.33%-
HSV(B)356.1º30.68%98.43%-
XYZ63.0654.0449.75-
YUV197.59117.51166.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 174 (68.36% from 255) = 28.81%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=41.56%
G=28.81%
B=29.64%

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
Decimal25117417900.310.290.02356.190.5983.33
HexFBAEB301F1D21645b53
Octal373256263037352544133123
Binary111110111010111010110011011111111011010110010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEB3; }

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

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

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

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

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

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

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

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