#FBA5EB

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

Shades of Lavender Rose #FBA5EB

Tints of Lavender Rose #FBA5EB

Color information

#FBA5EB (or 0xFBA5EB) is unknown color: approx Lavender Rose. HEX triplet: FB, A5 and EB. RGB value is (251,165,235). Sum of RGB (Red+Green+Blue) = 251+165+235=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 165 (64.84% from 255 or 25.35% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5EB is #045A14. Grayscale: #C6C6C6. Windows color (decimal): -285205 or 15443451. OLE color: 15443451.

HSL color Cylindrical-coordinate representation of color #FBA5EB: hue angle of 311.16º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5EB is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251165235-
CMYK00.340.060.02
HSL311.16º91.49%81.57%-
HSV(B)311.16º34.26%98.43%-
XYZ68.2353.4285.31-
YUV198.69148.49165.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 165 (64.84% from 255) = 25.35%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=38.56%
G=25.35%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116523500.340.060.02311.1691.4981.57
HexFBA5EB022621375b52
Octal37324535304262467133122
Binary11111011101001011110101101000101101010011011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5EB; }

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

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

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

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

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

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

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

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