#FBAAEE

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

Shades of Lavender Rose #FBAAEE

Tints of Lavender Rose #FBAAEE

Color information

#FBAAEE (or 0xFBAAEE) is unknown color: approx Lavender Rose. HEX triplet: FB, AA and EE. RGB value is (251,170,238). Sum of RGB (Red+Green+Blue) = 251+170+238=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAEE is #045511. Grayscale: #C9C9C9. Windows color (decimal): -283922 or 15641339. OLE color: 15641339.

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

Color convert

RGB251170238-
CMYK00.320.050.02
HSL309.63º91.01%82.55%-
HSV(B)309.63º32.27%98.43%-
XYZ69.5955.4387.92-
YUV201.97148.34162.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 170 (66.80% from 255) = 25.80%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=38.09%
G=25.80%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117023800.320.050.02309.6391.0182.55
HexFBAAEE020521365b53
Octal37325235604052466133123
Binary11111011101010101110111001000001011010011011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAEE; }

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

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

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

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

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

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

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

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