#FBB9EE

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

Shades of Lavender Rose #FBB9EE

Tints of Lavender Rose #FBB9EE

Color information

#FBB9EE (or 0xFBB9EE) is unknown color: approx Lavender Rose. HEX triplet: FB, B9 and EE. RGB value is (251,185,238). Sum of RGB (Red+Green+Blue) = 251+185+238=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 185 (72.66% from 255 or 27.45% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB9EE is #044611. Grayscale: #D2D2D2. Windows color (decimal): -280082 or 15645179. OLE color: 15645179.

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

Color convert

RGB251185238-
CMYK00.260.050.02
HSL311.82º89.19%85.49%-
HSV(B)311.82º26.29%98.43%-
XYZ72.5761.3888.91-
YUV210.78143.37156.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 185 (72.66% from 255) = 27.45%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=37.24%
G=27.45%
B=35.31%

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
Decimal25118523800.260.050.02311.8289.1985.49
HexFBB9EE01A521385955
Octal37327135603252470131125
Binary1111101110111001111011100110101011010011100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9EE; }

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

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

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

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

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

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

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

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