#FBB9EF

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

Shades of Lavender Rose #FBB9EF

Tints of Lavender Rose #FBB9EF

Color information

#FBB9EF (or 0xFBB9EF) is unknown color: approx Lavender Rose. HEX triplet: FB, B9 and EF. RGB value is (251,185,239). Sum of RGB (Red+Green+Blue) = 251+185+239=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 185 (72.66% from 255 or 27.41% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB9EF is #044610. Grayscale: #D2D2D2. Windows color (decimal): -280081 or 15710715. OLE color: 15710715.

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

Color convert

RGB251185239-
CMYK00.260.050.02
HSL310.91º89.19%85.49%-
HSV(B)310.91º26.29%98.43%-
XYZ72.7161.4489.69-
YUV210.89143.87156.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 185 (72.66% from 255) = 27.41%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=37.19%
G=27.41%
B=35.41%

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
Decimal25118523900.260.050.02310.9189.1985.49
HexFBB9EF01A521375955
Octal37327135703252467131125
Binary1111101110111001111011110110101011010011011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9EF; }

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

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

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

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

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

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

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

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