#FBAADA

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

Shades of Lavender Pink #FBAADA

Tints of Lavender Pink #FBAADA

Color information

#FBAADA (or 0xFBAADA) is unknown color: approx Lavender Pink. HEX triplet: FB, AA and DA. RGB value is (251,170,218). Sum of RGB (Red+Green+Blue) = 251+170+218=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAADA is #045525. Grayscale: #C7C7C7. Windows color (decimal): -283942 or 14330619. OLE color: 14330619.

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

Color convert

RGB251170218-
CMYK00.320.130.02
HSL324.44º91.01%82.55%-
HSV(B)324.44º32.27%98.43%-
XYZ66.8154.3273.29-
YUV199.69138.34164.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.28%
GREEN value IS 170 (66.80% from 255) = 26.60%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=39.28%
G=26.60%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117021800.320.130.02324.4491.0182.55
HexFBAADA020D21445b53
Octal373252332040152504133123
Binary111110111010101011011010010000011011010100010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAADA; }

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

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

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

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

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

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

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

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