#FA9FF8

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

Shades of Lavender Rose #FA9FF8

Tints of Lavender Rose #FA9FF8

Color information

#FA9FF8 (or 0xFA9FF8) is unknown color: approx Lavender Rose. HEX triplet: FA, 9F and F8. RGB value is (250,159,248). Sum of RGB (Red+Green+Blue) = 250+159+248=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 159 (62.5% from 255 or 24.20% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9FF8 is #056007. Grayscale: #C4C4C4. Windows color (decimal): -352264 or 16293882. OLE color: 16293882.

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

Color convert

RGB250159248-
CMYK00.360.010.02
HSL301.32º90.1%80.2%-
HSV(B)301.32º36.4%98.04%-
XYZ68.7751.995.2-
YUV196.36157.15166.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 159 (62.5% from 255) = 24.20%
BLUE value IS 248 (97.27% from 255) = 37.75%
R=38.05%
G=24.20%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015924800.360.010.02301.3290.180.2
HexFA9FF80241212d5a50
Octal37223737004412455132120
Binary111110101001111111111000010010011010010110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9FF8; }

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

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

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

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

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

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

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

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