#FBB9EB

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

Shades of Lavender Rose #FBB9EB

Tints of Lavender Rose #FBB9EB

Color information

#FBB9EB (or 0xFBB9EB) is unknown color: approx Lavender Rose. HEX triplet: FB, B9 and EB. RGB value is (251,185,235). Sum of RGB (Red+Green+Blue) = 251+185+235=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 185 (72.66% from 255 or 27.57% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB9EB is #044614. Grayscale: #D2D2D2. Windows color (decimal): -280085 or 15448571. OLE color: 15448571.

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

Color convert

RGB251185235-
CMYK00.260.060.02
HSL314.55º89.19%85.49%-
HSV(B)314.55º26.29%98.43%-
XYZ72.1361.2186.61-
YUV210.43141.87156.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 185 (72.66% from 255) = 27.57%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=37.41%
G=27.57%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118523500.260.060.02314.5589.1985.49
HexFBB9EB01A6213b5955
Octal37327135303262473131125
Binary1111101110111001111010110110101101010011101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9EB; }

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

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

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

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

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

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

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

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