#FA92DF

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

Shades of Lavender Rose #FA92DF

Tints of Lavender Rose #FA92DF

Color information

#FA92DF (or 0xFA92DF) is unknown color: approx Lavender Rose. HEX triplet: FA, 92 and DF. RGB value is (250,146,223). Sum of RGB (Red+Green+Blue) = 250+146+223=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 146 (57.42% from 255 or 23.59% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA92DF is #056D20. Grayscale: #B9B9B9. Windows color (decimal): -355617 or 14652154. OLE color: 14652154.

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

Color convert

RGB250146223-
CMYK00.420.110.02
HSL315.58º91.23%77.65%-
HSV(B)315.58º41.6%98.04%-
XYZ63.0246.2175.41-
YUV185.87148.96173.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 146 (57.42% from 255) = 23.59%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=40.39%
G=23.59%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014622300.420.110.02315.5891.2377.65
HexFA92DF02AB213c5b4e
Octal372222337052132474133116
Binary111110101001001011011111010101010111010011110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA92DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA92DF; }

 p { color: rgb(250,146,223); }

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

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

 a { background-color: rgb(250,146,223); }

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

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

 span { border-color: rgb(250,146,223); }

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