#FBAACE

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

Shades of Lavender Pink #FBAACE

Tints of Lavender Pink #FBAACE

Color information

#FBAACE (or 0xFBAACE) is unknown color: approx Lavender Pink. HEX triplet: FB, AA and CE. RGB value is (251,170,206). Sum of RGB (Red+Green+Blue) = 251+170+206=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAACE is #045531. Grayscale: #C6C6C6. Windows color (decimal): -283954 or 13544187. OLE color: 13544187.

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

Color convert

RGB251170206-
CMYK00.320.180.02
HSL333.33º91.01%82.55%-
HSV(B)333.33º32.27%98.43%-
XYZ65.353.7165.32-
YUV198.32132.34165.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 170 (66.80% from 255) = 27.11%
BLUE value IS 206 (80.86% from 255) = 32.85%
R=40.03%
G=27.11%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117020600.320.180.02333.3391.0182.55
HexFBAACE02012214d5b53
Octal373252316040222515133123
Binary1111101110101010110011100100000100101010100110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAACE; }

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

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

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

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

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

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

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

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