#FA96DF

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

Shades of Lavender Rose #FA96DF

Tints of Lavender Rose #FA96DF

Color information

#FA96DF (or 0xFA96DF) is unknown color: approx Lavender Rose. HEX triplet: FA, 96 and DF. RGB value is (250,150,223). Sum of RGB (Red+Green+Blue) = 250+150+223=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96DF is #056920. Grayscale: #BCBCBC. Windows color (decimal): -354593 or 14653178. OLE color: 14653178.

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

Color convert

RGB250150223-
CMYK00.40.110.02
HSL316.2º90.91%78.43%-
HSV(B)316.2º40%98.04%-
XYZ63.6547.4675.62-
YUV188.22147.63172.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 150 (58.98% from 255) = 24.08%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=40.13%
G=24.08%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015022300.40.110.02316.290.9178.43
HexFA96DF028B213c5b4e
Octal372226337050132474133116
Binary111110101001011011011111010100010111010011110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96DF; }

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

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

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

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

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

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

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

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