#FBA2EB

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

Shades of Lavender Rose #FBA2EB

Tints of Lavender Rose #FBA2EB

Color information

#FBA2EB (or 0xFBA2EB) is unknown color: approx Lavender Rose. HEX triplet: FB, A2 and EB. RGB value is (251,162,235). Sum of RGB (Red+Green+Blue) = 251+162+235=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 162 (63.67% from 255 or 25% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA2EB is #045D14. Grayscale: #C4C4C4. Windows color (decimal): -285973 or 15442683. OLE color: 15442683.

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

Color convert

RGB251162235-
CMYK00.350.060.02
HSL310.79º91.75%80.98%-
HSV(B)310.79º35.46%98.43%-
XYZ67.752.3585.13-
YUV196.93149.49166.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.73%
GREEN value IS 162 (63.67% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=38.73%
G=25%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116223500.350.060.02310.7991.7580.98
HexFBA2EB023621375c51
Octal37324235304362467134121
Binary11111011101000101110101101000111101010011011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA2EB; }

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

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

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

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

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

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

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

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