#FA94DC

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

Shades of Lavender Rose #FA94DC

Tints of Lavender Rose #FA94DC

Color information

#FA94DC (or 0xFA94DC) is unknown color: approx Lavender Rose. HEX triplet: FA, 94 and DC. RGB value is (250,148,220). Sum of RGB (Red+Green+Blue) = 250+148+220=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA94DC is #056B23. Grayscale: #BABABA. Windows color (decimal): -355108 or 14456058. OLE color: 14456058.

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

Color convert

RGB250148220-
CMYK00.410.120.02
HSL317.65º91.07%78.04%-
HSV(B)317.65º40.8%98.04%-
XYZ62.9346.6773.4-
YUV186.71146.79173.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 148 (58.20% from 255) = 23.95%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=40.45%
G=23.95%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014822000.410.120.02317.6591.0778.04
HexFA94DC029C213e5b4e
Octal372224334051142476133116
Binary111110101001010011011100010100111001010011111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA94DC; }

 p { color: rgb(250,148,220); }

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

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

 a { background-color: rgb(250,148,220); }

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

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

 span { border-color: rgb(250,148,220); }

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