#FBBBF9

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

Shades of Lavender Rose #FBBBF9

Tints of Lavender Rose #FBBBF9

Color information

#FBBBF9 (or 0xFBBBF9) is unknown color: approx Lavender Rose. HEX triplet: FB, BB and F9. RGB value is (251,187,249). Sum of RGB (Red+Green+Blue) = 251+187+249=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 187 (73.44% from 255 or 27.22% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBF9 is #044406. Grayscale: #D5D5D5. Windows color (decimal): -279559 or 16366587. OLE color: 16366587.

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

Color convert

RGB251187249-
CMYK00.250.010.02
HSL301.88º88.89%85.88%-
HSV(B)301.88º25.5%98.43%-
XYZ74.6562.8997.83-
YUV213.2148.2154.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 187 (73.44% from 255) = 27.22%
BLUE value IS 249 (97.66% from 255) = 36.24%
R=36.54%
G=27.22%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118724900.250.010.02301.8888.8985.88
HexFBBBF90191212e5956
Octal37327337103112456131126
Binary11111011101110111111100101100111010010111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBF9; }

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

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

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

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

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

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

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

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