#FBB9F0

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

Shades of Lavender Rose #FBB9F0

Tints of Lavender Rose #FBB9F0

Color information

#FBB9F0 (or 0xFBB9F0) is unknown color: approx Lavender Rose. HEX triplet: FB, B9 and F0. RGB value is (251,185,240). Sum of RGB (Red+Green+Blue) = 251+185+240=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 185 (72.66% from 255 or 27.37% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB9F0 is #04460F. Grayscale: #D2D2D2. Windows color (decimal): -280080 or 15776251. OLE color: 15776251.

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

Color convert

RGB251185240-
CMYK00.260.040.02
HSL310º89.19%85.49%-
HSV(B)310º26.29%98.43%-
XYZ72.8661.590.47-
YUV211144.37156.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 185 (72.66% from 255) = 27.37%
BLUE value IS 240 (94.14% from 255) = 35.50%
R=37.13%
G=27.37%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118524000.260.040.0231089.1985.49
HexFBB9F001A421365955
Octal37327136003242466131125
Binary1111101110111001111100000110101001010011011010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9F0; }

 p { color: rgb(251,185,240); }

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

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

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

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

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

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

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