#FA96D3

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

Shades of Lavender Rose #FA96D3

Tints of Lavender Rose #FA96D3

Color information

#FA96D3 (or 0xFA96D3) is unknown color: approx Lavender Rose. HEX triplet: FA, 96 and D3. RGB value is (250,150,211). Sum of RGB (Red+Green+Blue) = 250+150+211=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96D3 is #05692C. Grayscale: #BABABA. Windows color (decimal): -354605 or 13866746. OLE color: 13866746.

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

Color convert

RGB250150211-
CMYK00.40.160.02
HSL323.4º90.91%78.43%-
HSV(B)323.4º40%98.04%-
XYZ62.0946.8467.4-
YUV186.85141.63173.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 150 (58.98% from 255) = 24.55%
BLUE value IS 211 (82.81% from 255) = 34.53%
R=40.92%
G=24.55%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015021100.40.160.02323.490.9178.43
HexFA96D30281021435b4e
Octal372226323050202503133116
Binary1111101010010110110100110101000100001010100001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96D3; }

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

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

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

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

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

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

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

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