#FA9FF6

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

Shades of Lavender Rose #FA9FF6

Tints of Lavender Rose #FA9FF6

Color information

#FA9FF6 (or 0xFA9FF6) is unknown color: approx Lavender Rose. HEX triplet: FA, 9F and F6. RGB value is (250,159,246). Sum of RGB (Red+Green+Blue) = 250+159+246=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 159 (62.5% from 255 or 24.27% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9FF6 is #056009. Grayscale: #C3C3C3. Windows color (decimal): -352266 or 16162810. OLE color: 16162810.

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

Color convert

RGB250159246-
CMYK00.360.020.02
HSL302.64º90.1%80.2%-
HSV(B)302.64º36.4%98.04%-
XYZ68.4651.7793.57-
YUV196.13156.15166.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 159 (62.5% from 255) = 24.27%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=38.17%
G=24.27%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015924600.360.020.02302.6490.180.2
HexFA9FF60242212f5a50
Octal37223736604422457132120
Binary1111101010011111111101100100100101010010111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9FF6; }

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

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

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

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

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

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

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

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