#FBB5F9

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

Shades of Lavender Rose #FBB5F9

Tints of Lavender Rose #FBB5F9

Color information

#FBB5F9 (or 0xFBB5F9) is unknown color: approx Lavender Rose. HEX triplet: FB, B5 and F9. RGB value is (251,181,249). Sum of RGB (Red+Green+Blue) = 251+181+249=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 181 (71.09% from 255 or 26.58% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5F9 is #044A06. Grayscale: #D1D1D1. Windows color (decimal): -281095 or 16365051. OLE color: 16365051.

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

Color convert

RGB251181249-
CMYK00.280.010.02
HSL301.71º89.74%84.71%-
HSV(B)301.71º27.89%98.43%-
XYZ73.4160.497.41-
YUV209.68150.19157.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 181 (71.09% from 255) = 26.58%
BLUE value IS 249 (97.66% from 255) = 36.56%
R=36.86%
G=26.58%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118124900.280.010.02301.7189.7484.71
HexFBB5F901C1212e5a55
Octal37326537103412456132125
Binary11111011101101011111100101110011010010111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5F9; }

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

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

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

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

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

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

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

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