#FBA4EB

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

Shades of Lavender Rose #FBA4EB

Tints of Lavender Rose #FBA4EB

Color information

#FBA4EB (or 0xFBA4EB) is unknown color: approx Lavender Rose. HEX triplet: FB, A4 and EB. RGB value is (251,164,235). Sum of RGB (Red+Green+Blue) = 251+164+235=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA4EB is #045B14. Grayscale: #C5C5C5. Windows color (decimal): -285461 or 15443195. OLE color: 15443195.

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

Color convert

RGB251164235-
CMYK00.350.060.02
HSL311.03º91.58%81.37%-
HSV(B)311.03º34.66%98.43%-
XYZ68.0553.0685.25-
YUV198.11148.82165.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 164 (64.45% from 255) = 25.23%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=38.62%
G=25.23%
B=36.15%

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
Decimal25116423500.350.060.02311.0391.5881.37
HexFBA4EB023621375c51
Octal37324435304362467134121
Binary11111011101001001110101101000111101010011011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4EB; }

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

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

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

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

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

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

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

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