#FBAEB6

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

Shades of Light Pink #FBAEB6

Tints of Light Pink #FBAEB6

Color information

#FBAEB6 (or 0xFBAEB6) is unknown color: approx Light Pink. HEX triplet: FB, AE and B6. RGB value is (251,174,182). Sum of RGB (Red+Green+Blue) = 251+174+182=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEB6 is #045149. Grayscale: #C5C5C5. Windows color (decimal): -282954 or 11972347. OLE color: 11972347.

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

Color convert

RGB251174182-
CMYK00.310.270.02
HSL353.77º90.59%83.33%-
HSV(B)353.77º30.68%98.43%-
XYZ63.3654.1651.37-
YUV197.93119.01165.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=41.35%
G=28.67%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117418200.310.270.02353.7790.5983.33
HexFBAEB601F1B21625b53
Octal373256266037332542133123
Binary111110111010111010110110011111110111010110001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEB6; }

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

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

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

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

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

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

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

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