#FA9CF7

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

Shades of Lavender Rose #FA9CF7

Tints of Lavender Rose #FA9CF7

Color information

#FA9CF7 (or 0xFA9CF7) is unknown color: approx Lavender Rose. HEX triplet: FA, 9C and F7. RGB value is (250,156,247). Sum of RGB (Red+Green+Blue) = 250+156+247=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 156 (61.33% from 255 or 23.89% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9CF7 is #056308. Grayscale: #C2C2C2. Windows color (decimal): -353033 or 16227578. OLE color: 16227578.

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

Color convert

RGB250156247-
CMYK00.380.010.02
HSL301.91º90.38%79.61%-
HSV(B)301.91º37.6%98.04%-
XYZ68.150.8294.21-
YUV194.48157.64167.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 156 (61.33% from 255) = 23.89%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=38.28%
G=23.89%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015624700.380.010.02301.9190.3879.61
HexFA9CF70261212e5a50
Octal37223436704612456132120
Binary111110101001110011110111010011011010010111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CF7; }

 p { color: rgb(250,156,247); }

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

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

 a { background-color: rgb(250,156,247); }

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

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

 span { border-color: rgb(250,156,247); }

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