#FBA3F9

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

Shades of Lavender Rose #FBA3F9

Tints of Lavender Rose #FBA3F9

Color information

#FBA3F9 (or 0xFBA3F9) is unknown color: approx Lavender Rose. HEX triplet: FB, A3 and F9. RGB value is (251,163,249). Sum of RGB (Red+Green+Blue) = 251+163+249=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 163 (64.06% from 255 or 24.59% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA3F9 is #045C06. Grayscale: #C6C6C6. Windows color (decimal): -285703 or 16360443. OLE color: 16360443.

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

Color convert

RGB251163249-
CMYK00.350.010.02
HSL301.36º91.67%81.18%-
HSV(B)301.36º35.06%98.43%-
XYZ69.9853.5496.27-
YUV199.12156.15165.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 163 (64.06% from 255) = 24.59%
BLUE value IS 249 (97.66% from 255) = 37.56%
R=37.86%
G=24.59%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116324900.350.010.02301.3691.6781.18
HexFBA3F90231212d5c51
Octal37324337104312455134121
Binary111110111010001111111001010001111010010110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA3F9; }

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

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

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

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

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

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

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

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