#FA99F3

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

Shades of Lavender Rose #FA99F3

Tints of Lavender Rose #FA99F3

Color information

#FA99F3 (or 0xFA99F3) is unknown color: approx Lavender Rose. HEX triplet: FA, 99 and F3. RGB value is (250,153,243). Sum of RGB (Red+Green+Blue) = 250+153+243=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 153 (60.16% from 255 or 23.68% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99F3 is #05660C. Grayscale: #BFBFBF. Windows color (decimal): -353805 or 15964666. OLE color: 15964666.

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

Color convert

RGB250153243-
CMYK00.390.030.02
HSL304.33º90.65%79.02%-
HSV(B)304.33º38.8%98.04%-
XYZ66.9949.5890.83-
YUV192.26156.64169.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 153 (60.16% from 255) = 23.68%
BLUE value IS 243 (95.31% from 255) = 37.62%
R=38.70%
G=23.68%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015324300.390.030.02304.3390.6579.02
HexFA99F3027321305b4f
Octal37223136304732460133117
Binary1111101010011001111100110100111111010011000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99F3; }

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

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

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

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

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

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

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

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