#FBAAFB

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

Shades of Lavender Rose #FBAAFB

Tints of Lavender Rose #FBAAFB

Color information

#FBAAFB (or 0xFBAAFB) is unknown color: approx Lavender Rose. HEX triplet: FB, AA and FB. RGB value is (251,170,251). Sum of RGB (Red+Green+Blue) = 251+170+251=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 170 (66.80% from 255 or 25.30% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBAAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAFB is #045504. Grayscale: #CBCBCB. Windows color (decimal): -283909 or 16493307. OLE color: 16493307.

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

Color convert

RGB251170251-
CMYK00.3200.02
HSL300º91.01%82.55%-
HSV(B)300º32.27%98.43%-
XYZ71.5756.2298.35-
YUV203.45154.84161.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 170 (66.80% from 255) = 25.30%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=37.35%
G=25.30%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117025100.3200.0230091.0182.55
HexFBAAFB0200212c5b53
Octal37325237304002454133123
Binary111110111010101011111011010000001010010110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAFB; }

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

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

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

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

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

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

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

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