#FBB0FB

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

Shades of Lavender Rose #FBB0FB

Tints of Lavender Rose #FBB0FB

Color information

#FBB0FB (or 0xFBB0FB) is unknown color: approx Lavender Rose. HEX triplet: FB, B0 and FB. RGB value is (251,176,251). Sum of RGB (Red+Green+Blue) = 251+176+251=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 176 (69.14% from 255 or 25.96% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBB0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0FB is #044F04. Grayscale: #CECECE. Windows color (decimal): -282373 or 16494843. OLE color: 16494843.

HSL color Cylindrical-coordinate representation of color #FBB0FB: 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.3%. Process color model (Four color, CMYK) of #FBB0FB is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251176251-
CMYK00.3000.02
HSL300º90.36%83.73%-
HSV(B)300º29.88%98.43%-
XYZ72.7258.5298.73-
YUV206.98152.85159.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 176 (69.14% from 255) = 25.96%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=37.02%
G=25.96%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117625100.3000.0230090.3683.73
HexFBB0FB01E0212c5a54
Octal37326037303602454132124
Binary11111011101100001111101101111001010010110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0FB; }

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

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

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

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

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

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

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

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