#FBBAEE

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

Shades of Lavender Rose #FBBAEE

Tints of Lavender Rose #FBBAEE

Color information

#FBBAEE (or 0xFBBAEE) is unknown color: approx Lavender Rose. HEX triplet: FB, BA and EE. RGB value is (251,186,238). Sum of RGB (Red+Green+Blue) = 251+186+238=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAEE is #044511. Grayscale: #D3D3D3. Windows color (decimal): -279826 or 15645435. OLE color: 15645435.

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

Color convert

RGB251186238-
CMYK00.260.050.02
HSL312º89.04%85.69%-
HSV(B)312º25.9%98.43%-
XYZ72.7861.888.98-
YUV211.36143.03156.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 186 (73.05% from 255) = 27.56%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=37.19%
G=27.56%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118623800.260.050.0231289.0485.69
HexFBBAEE01A521385956
Octal37327235603252470131126
Binary1111101110111010111011100110101011010011100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAEE; }

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

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

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

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

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

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

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

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