#FBB6F9

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

Shades of Lavender Rose #FBB6F9

Tints of Lavender Rose #FBB6F9

Color information

#FBB6F9 (or 0xFBB6F9) is unknown color: approx Lavender Rose. HEX triplet: FB, B6 and F9. RGB value is (251,182,249). Sum of RGB (Red+Green+Blue) = 251+182+249=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 182 (71.48% from 255 or 26.69% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6F9 is #044906. Grayscale: #D2D2D2. Windows color (decimal): -280839 or 16365307. OLE color: 16365307.

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

Color convert

RGB251182249-
CMYK00.270.010.02
HSL301.74º89.61%84.9%-
HSV(B)301.74º27.49%98.43%-
XYZ73.6160.897.48-
YUV210.27149.86157.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 182 (71.48% from 255) = 26.69%
BLUE value IS 249 (97.66% from 255) = 36.51%
R=36.80%
G=26.69%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118224900.270.010.02301.7489.6184.9
HexFBB6F901B1212e5a55
Octal37326637103312456132125
Binary11111011101101101111100101101111010010111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6F9; }

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

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

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

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

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

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

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

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