#FBAAB4

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

Shades of Light Pink #FBAAB4

Tints of Light Pink #FBAAB4

Color information

#FBAAB4 (or 0xFBAAB4) is unknown color: approx Light Pink. HEX triplet: FB, AA and B4. RGB value is (251,170,180). Sum of RGB (Red+Green+Blue) = 251+170+180=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAB4 is #04554B. Grayscale: #C3C3C3. Windows color (decimal): -283980 or 11840251. OLE color: 11840251.

HSL color Cylindrical-coordinate representation of color #FBAAB4: hue angle of 352.59º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAAB4 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB251170180-
CMYK00.320.280.02
HSL352.59º91.01%82.55%-
HSV(B)352.59º32.27%98.43%-
XYZ62.452.5550.04-
YUV195.36119.34167.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.76%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=41.76%
G=28.29%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117018000.320.280.02352.5991.0182.55
HexFBAAB40201C21615b53
Octal373252264040342541133123
Binary1111101110101010101101000100000111001010110000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAB4; }

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

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

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

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

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

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

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

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