#FBA3F5

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

Shades of Lavender Rose #FBA3F5

Tints of Lavender Rose #FBA3F5

Color information

#FBA3F5 (or 0xFBA3F5) is unknown color: approx Lavender Rose. HEX triplet: FB, A3 and F5. RGB value is (251,163,245). Sum of RGB (Red+Green+Blue) = 251+163+245=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 163 (64.06% from 255 or 24.73% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA3F5 is #045C0A. Grayscale: #C6C6C6. Windows color (decimal): -285707 or 16098299. OLE color: 16098299.

HSL color Cylindrical-coordinate representation of color #FBA3F5: hue angle of 304.09º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA3F5 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251163245-
CMYK00.350.020.02
HSL304.09º91.67%81.18%-
HSV(B)304.09º35.06%98.43%-
XYZ69.3653.393.02-
YUV198.66154.15165.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 163 (64.06% from 255) = 24.73%
BLUE value IS 245 (96.09% from 255) = 37.18%
R=38.09%
G=24.73%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116324500.350.020.02304.0991.6781.18
HexFBA3F5023221305c51
Octal37324336504322460134121
Binary1111101110100011111101010100011101010011000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA3F5; }

 p { color: rgb(251,163,245); }

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

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

 a { background-color: rgb(251,163,245); }

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

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

 span { border-color: rgb(251,163,245); }

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