#FA9FF0

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

Shades of Lavender Rose #FA9FF0

Tints of Lavender Rose #FA9FF0

Color information

#FA9FF0 (or 0xFA9FF0) is unknown color: approx Lavender Rose. HEX triplet: FA, 9F and F0. RGB value is (250,159,240). Sum of RGB (Red+Green+Blue) = 250+159+240=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9FF0 is #05600F. Grayscale: #C3C3C3. Windows color (decimal): -352272 or 15769594. OLE color: 15769594.

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

Color convert

RGB250159240-
CMYK00.360.040.02
HSL306.59º90.1%80.2%-
HSV(B)306.59º36.4%98.04%-
XYZ67.5551.4188.8-
YUV195.44153.15166.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 159 (62.5% from 255) = 24.50%
BLUE value IS 240 (94.14% from 255) = 36.98%
R=38.52%
G=24.50%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015924000.360.040.02306.5990.180.2
HexFA9FF0024421335a50
Octal37223736004442463132120
Binary11111010100111111111000001001001001010011001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9FF0; }

 p { color: rgb(250,159,240); }

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

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

 a { background-color: rgb(250,159,240); }

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

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

 span { border-color: rgb(250,159,240); }

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