#FA9BF3

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

Shades of Lavender Rose #FA9BF3

Tints of Lavender Rose #FA9BF3

Color information

#FA9BF3 (or 0xFA9BF3) is unknown color: approx Lavender Rose. HEX triplet: FA, 9B and F3. RGB value is (250,155,243). Sum of RGB (Red+Green+Blue) = 250+155+243=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 155 (60.94% from 255 or 23.92% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BF3 is #05640C. Grayscale: #C1C1C1. Windows color (decimal): -353293 or 15965178. OLE color: 15965178.

HSL color Cylindrical-coordinate representation of color #FA9BF3: hue angle of 304.42º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9BF3 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250155243-
CMYK00.380.030.02
HSL304.42º90.48%79.41%-
HSV(B)304.42º38%98.04%-
XYZ67.3250.2490.94-
YUV193.44155.97168.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 155 (60.94% from 255) = 23.92%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=38.58%
G=23.92%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015524300.380.030.02304.4290.4879.41
HexFA9BF3026321305a4f
Octal37223336304632460132117
Binary1111101010011011111100110100110111010011000010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9BF3; }

 p { color: rgb(250,155,243); }

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

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

 a { background-color: rgb(250,155,243); }

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

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

 span { border-color: rgb(250,155,243); }

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