#FBAEB4

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

Shades of Light Pink #FBAEB4

Tints of Light Pink #FBAEB4

Color information

#FBAEB4 (or 0xFBAEB4) is unknown color: approx Light Pink. HEX triplet: FB, AE and B4. RGB value is (251,174,180). Sum of RGB (Red+Green+Blue) = 251+174+180=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEB4 is #04514B. Grayscale: #C5C5C5. Windows color (decimal): -282956 or 11841275. OLE color: 11841275.

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

Color convert

RGB251174180-
CMYK00.310.280.02
HSL355.32º90.59%83.33%-
HSV(B)355.32º30.68%98.43%-
XYZ63.1654.0850.29-
YUV197.71118.01166.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=41.49%
G=28.76%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117418000.310.280.02355.3290.5983.33
HexFBAEB401F1C21635b53
Octal373256264037342543133123
Binary111110111010111010110100011111111001010110001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEB4; }

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

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

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

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

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

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

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

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