#FBB2FB

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

Shades of Lavender Rose #FBB2FB

Tints of Lavender Rose #FBB2FB

Color information

#FBB2FB (or 0xFBB2FB) is unknown color: approx Lavender Rose. HEX triplet: FB, B2 and FB. RGB value is (251,178,251). Sum of RGB (Red+Green+Blue) = 251+178+251=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 178 (69.92% from 255 or 26.18% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBB2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2FB is #044D04. Grayscale: #CFCFCF. Windows color (decimal): -281861 or 16495355. OLE color: 16495355.

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

Color convert

RGB251178251-
CMYK00.2900.02
HSL300º90.12%84.12%-
HSV(B)300º29.08%98.43%-
XYZ73.1259.3298.86-
YUV208.15152.18158.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 178 (69.92% from 255) = 26.18%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=36.91%
G=26.18%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117825100.2900.0230090.1284.12
HexFBB2FB01D0212c5a54
Octal37326237303502454132124
Binary11111011101100101111101101110101010010110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2FB; }

 p { color: rgb(251,178,251); }

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

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

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

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

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

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

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