#FBB9F3

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

Shades of Lavender Rose #FBB9F3

Tints of Lavender Rose #FBB9F3

Color information

#FBB9F3 (or 0xFBB9F3) is unknown color: approx Lavender Rose. HEX triplet: FB, B9 and F3. RGB value is (251,185,243). Sum of RGB (Red+Green+Blue) = 251+185+243=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 185 (72.66% from 255 or 27.25% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB9F3 is #04460C. Grayscale: #D3D3D3. Windows color (decimal): -280077 or 15972859. OLE color: 15972859.

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

Color convert

RGB251185243-
CMYK00.260.030.02
HSL307.27º89.19%85.49%-
HSV(B)307.27º26.29%98.43%-
XYZ73.3161.6892.84-
YUV211.35145.87156.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 185 (72.66% from 255) = 27.25%
BLUE value IS 243 (95.31% from 255) = 35.79%
R=36.97%
G=27.25%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118524300.260.030.02307.2789.1985.49
HexFBB9F301A321335955
Octal37327136303232463131125
Binary111110111011100111110011011010111010011001110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9F3; }

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

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

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

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

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

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

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

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