#FBB7FB

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

Shades of Lavender Rose #FBB7FB

Tints of Lavender Rose #FBB7FB

Color information

#FBB7FB (or 0xFBB7FB) is unknown color: approx Lavender Rose. HEX triplet: FB, B7 and FB. RGB value is (251,183,251). Sum of RGB (Red+Green+Blue) = 251+183+251=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 183 (71.88% from 255 or 26.72% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBB7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7FB is #044804. Grayscale: #D2D2D2. Windows color (decimal): -280581 or 16496635. OLE color: 16496635.

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

Color convert

RGB251183251-
CMYK00.2700.02
HSL300º89.47%85.1%-
HSV(B)300º27.09%98.43%-
XYZ74.1361.3499.2-
YUV211.08150.53156.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.64%
GREEN value IS 183 (71.88% from 255) = 26.72%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=36.64%
G=26.72%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118325100.2700.0230089.4785.1
HexFBB7FB01B0212c5955
Octal37326737303302454131125
Binary11111011101101111111101101101101010010110010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7FB; }

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

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

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

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

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

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

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

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