#FBA4EE

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

Shades of Lavender Rose #FBA4EE

Tints of Lavender Rose #FBA4EE

Color information

#FBA4EE (or 0xFBA4EE) is unknown color: approx Lavender Rose. HEX triplet: FB, A4 and EE. RGB value is (251,164,238). Sum of RGB (Red+Green+Blue) = 251+164+238=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 164 (64.45% from 255 or 25.11% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA4EE is #045B11. Grayscale: #C6C6C6. Windows color (decimal): -285458 or 15639803. OLE color: 15639803.

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

Color convert

RGB251164238-
CMYK00.350.050.02
HSL308.97º91.58%81.37%-
HSV(B)308.97º34.66%98.43%-
XYZ68.4953.2387.55-
YUV198.45150.32165.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 164 (64.45% from 255) = 25.11%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=38.44%
G=25.11%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116423800.350.050.02308.9791.5881.37
HexFBA4EE023521355c51
Octal37324435604352465134121
Binary11111011101001001110111001000111011010011010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4EE; }

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

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

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

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

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

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

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

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