#FBA5EE

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

Shades of Lavender Rose #FBA5EE

Tints of Lavender Rose #FBA5EE

Color information

#FBA5EE (or 0xFBA5EE) is unknown color: approx Lavender Rose. HEX triplet: FB, A5 and EE. RGB value is (251,165,238). Sum of RGB (Red+Green+Blue) = 251+165+238=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 165 (64.84% from 255 or 25.23% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5EE is #045A11. Grayscale: #C6C6C6. Windows color (decimal): -285202 or 15640059. OLE color: 15640059.

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

Color convert

RGB251165238-
CMYK00.340.050.02
HSL309.07º91.49%81.57%-
HSV(B)309.07º34.26%98.43%-
XYZ68.6753.5987.61-
YUV199.04149.99165.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 165 (64.84% from 255) = 25.23%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=38.38%
G=25.23%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116523800.340.050.02309.0791.4981.57
HexFBA5EE022521355b52
Octal37324535604252465133122
Binary11111011101001011110111001000101011010011010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5EE; }

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

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

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

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

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

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

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

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