#FBA0EE

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

Shades of Lavender Rose #FBA0EE

Tints of Lavender Rose #FBA0EE

Color information

#FBA0EE (or 0xFBA0EE) is unknown color: approx Lavender Rose. HEX triplet: FB, A0 and EE. RGB value is (251,160,238). Sum of RGB (Red+Green+Blue) = 251+160+238=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 160 (62.89% from 255 or 24.65% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA0EE is #045F11. Grayscale: #C3C3C3. Windows color (decimal): -286482 or 15638779. OLE color: 15638779.

HSL color Cylindrical-coordinate representation of color #FBA0EE: hue angle of 308.57º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA0EE is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251160238-
CMYK00.360.050.02
HSL308.57º91.92%80.59%-
HSV(B)308.57º36.25%98.43%-
XYZ67.7951.8287.32-
YUV196.1151.65167.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 160 (62.89% from 255) = 24.65%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=38.67%
G=24.65%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116023800.360.050.02308.5791.9280.59
HexFBA0EE024521355c51
Octal37324035604452465134121
Binary11111011101000001110111001001001011010011010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA0EE; }

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

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

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

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

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

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

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

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