#FBBEED

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

Shades of Lavender Rose #FBBEED

Tints of Lavender Rose #FBBEED

Color information

#FBBEED (or 0xFBBEED) is unknown color: approx Lavender Rose. HEX triplet: FB, BE and ED. RGB value is (251,190,237). Sum of RGB (Red+Green+Blue) = 251+190+237=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 190 (74.61% from 255 or 28.02% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBEED is #044112. Grayscale: #D5D5D5. Windows color (decimal): -278803 or 15580923. OLE color: 15580923.

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

Color convert

RGB251190237-
CMYK00.240.060.02
HSL313.77º88.41%86.47%-
HSV(B)313.77º24.3%98.43%-
XYZ73.4863.4588.49-
YUV213.6141.21154.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 190 (74.61% from 255) = 28.02%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=37.02%
G=28.02%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119023700.240.060.02313.7788.4186.47
HexFBBEED0186213a5856
Octal37327635503062472130126
Binary1111101110111110111011010110001101010011101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEED; }

 p { color: rgb(251,190,237); }

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

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

 a { background-color: rgb(251,190,237); }

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

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

 span { border-color: rgb(251,190,237); }

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