#FBA2FB

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

Shades of Lavender Rose #FBA2FB

Tints of Lavender Rose #FBA2FB

Color information

#FBA2FB (or 0xFBA2FB) is unknown color: approx Lavender Rose. HEX triplet: FB, A2 and FB. RGB value is (251,162,251). Sum of RGB (Red+Green+Blue) = 251+162+251=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 162 (63.67% from 255 or 24.40% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBA2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA2FB is #045D04. Grayscale: #C6C6C6. Windows color (decimal): -285957 or 16491259. OLE color: 16491259.

HSL color Cylindrical-coordinate representation of color #FBA2FB: hue angle of 300º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA2FB is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251162251-
CMYK00.3500.02
HSL300º91.75%80.98%-
HSV(B)300º35.46%98.43%-
XYZ70.1253.3197.86-
YUV198.76157.49165.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 162 (63.67% from 255) = 24.40%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=37.80%
G=24.40%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116225100.3500.0230091.7580.98
HexFBA2FB0230212c5c51
Octal37324237304302454134121
Binary111110111010001011111011010001101010010110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA2FB; }

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

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

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

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

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

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

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

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