#FBBEEB

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

Shades of Lavender Rose #FBBEEB

Tints of Lavender Rose #FBBEEB

Color information

#FBBEEB (or 0xFBBEEB) is unknown color: approx Lavender Rose. HEX triplet: FB, BE and EB. RGB value is (251,190,235). Sum of RGB (Red+Green+Blue) = 251+190+235=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 190 (74.61% from 255 or 28.11% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBEEB is #044114. Grayscale: #D5D5D5. Windows color (decimal): -278805 or 15449851. OLE color: 15449851.

HSL color Cylindrical-coordinate representation of color #FBBEEB: hue angle of 315.74º 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 #FBBEEB is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251190235-
CMYK00.240.060.02
HSL315.74º88.41%86.47%-
HSV(B)315.74º24.3%98.43%-
XYZ73.1963.3386.96-
YUV213.37140.21154.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 190 (74.61% from 255) = 28.11%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=37.13%
G=28.11%
B=34.76%

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
Decimal25119023500.240.060.02315.7488.4186.47
HexFBBEEB0186213c5856
Octal37327635303062474130126
Binary1111101110111110111010110110001101010011110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEEB; }

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

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

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

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

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

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

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

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