#FBB0EB

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

Shades of Lavender Rose #FBB0EB

Tints of Lavender Rose #FBB0EB

Color information

#FBB0EB (or 0xFBB0EB) is unknown color: approx Lavender Rose. HEX triplet: FB, B0 and EB. RGB value is (251,176,235). Sum of RGB (Red+Green+Blue) = 251+176+235=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 176 (69.14% from 255 or 26.59% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0EB is #044F14. Grayscale: #CCCCCC. Windows color (decimal): -282389 or 15446267. OLE color: 15446267.

HSL color Cylindrical-coordinate representation of color #FBB0EB: hue angle of 312.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0EB is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251176235-
CMYK00.300.060.02
HSL312.8º90.36%83.73%-
HSV(B)312.8º29.88%98.43%-
XYZ70.357.5686-
YUV205.15144.85160.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 176 (69.14% from 255) = 26.59%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=37.92%
G=26.59%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117623500.300.060.02312.890.3683.73
HexFBB0EB01E621395a54
Octal37326035303662471132124
Binary1111101110110000111010110111101101010011100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0EB; }

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

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

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

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

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

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

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

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