#FA94D9

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

Shades of Lavender Rose #FA94D9

Tints of Lavender Rose #FA94D9

Color information

#FA94D9 (or 0xFA94D9) is unknown color: approx Lavender Rose. HEX triplet: FA, 94 and D9. RGB value is (250,148,217). Sum of RGB (Red+Green+Blue) = 250+148+217=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA94D9 is #056B26. Grayscale: #BABABA. Windows color (decimal): -355111 or 14259450. OLE color: 14259450.

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

Color convert

RGB250148217-
CMYK00.410.130.02
HSL319.41º91.07%78.04%-
HSV(B)319.41º40.8%98.04%-
XYZ62.5446.5171.33-
YUV186.36145.29173.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 148 (58.20% from 255) = 24.07%
BLUE value IS 217 (85.16% from 255) = 35.28%
R=40.65%
G=24.07%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014821700.410.130.02319.4191.0778.04
HexFA94D9029D213f5b4e
Octal372224331051152477133116
Binary111110101001010011011001010100111011010011111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA94D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA94D9; }

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

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

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

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

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

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

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

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