#FBB3F9

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

Shades of Lavender Rose #FBB3F9

Tints of Lavender Rose #FBB3F9

Color information

#FBB3F9 (or 0xFBB3F9) is unknown color: approx Lavender Rose. HEX triplet: FB, B3 and F9. RGB value is (251,179,249). Sum of RGB (Red+Green+Blue) = 251+179+249=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 179 (70.31% from 255 or 26.36% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3F9 is #044C06. Grayscale: #D0D0D0. Windows color (decimal): -281607 or 16364539. OLE color: 16364539.

HSL color Cylindrical-coordinate representation of color #FBB3F9: hue angle of 301.67º 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 #FBB3F9 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB251179249-
CMYK00.290.010.02
HSL301.67º90%84.31%-
HSV(B)301.67º28.69%98.43%-
XYZ7359.5997.28-
YUV208.51150.85158.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 179 (70.31% from 255) = 26.36%
BLUE value IS 249 (97.66% from 255) = 36.67%
R=36.97%
G=26.36%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117924900.290.010.02301.679084.31
HexFBB3F901D1212e5a54
Octal37326337103512456132124
Binary11111011101100111111100101110111010010111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3F9; }

 p { color: rgb(251,179,249); }

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

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

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

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

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

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

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