#FBBBFA

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

Shades of Lavender Rose #FBBBFA

Tints of Lavender Rose #FBBBFA

Color information

#FBBBFA (or 0xFBBBFA) is unknown color: approx Lavender Rose. HEX triplet: FB, BB and FA. RGB value is (251,187,250). Sum of RGB (Red+Green+Blue) = 251+187+250=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 187 (73.44% from 255 or 27.18% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBFA is #044405. Grayscale: #D5D5D5. Windows color (decimal): -279558 or 16432123. OLE color: 16432123.

HSL color Cylindrical-coordinate representation of color #FBBBFA: hue angle of 300.94º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBBFA is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB251187250-
CMYK00.250.000.02
HSL300.94º88.89%85.88%-
HSV(B)300.94º25.5%98.43%-
XYZ74.8162.9598.65-
YUV213.32148.7154.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.48%
GREEN value IS 187 (73.44% from 255) = 27.18%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=36.48%
G=27.18%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118725000.250.000.02300.9488.8985.88
HexFBBBFA0190212d5956
Octal37327337203102455131126
Binary11111011101110111111101001100101010010110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBFA; }

 p { color: rgb(251,187,250); }

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

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

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

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

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

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

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