#FA9DE0

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

Shades of Lavender Rose #FA9DE0

Tints of Lavender Rose #FA9DE0

Color information

#FA9DE0 (or 0xFA9DE0) is unknown color: approx Lavender Rose. HEX triplet: FA, 9D and E0. RGB value is (250,157,224). Sum of RGB (Red+Green+Blue) = 250+157+224=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DE0 is #05621F. Grayscale: #C0C0C0. Windows color (decimal): -352800 or 14720506. OLE color: 14720506.

HSL color Cylindrical-coordinate representation of color #FA9DE0: hue angle of 316.77º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9DE0 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250157224-
CMYK00.370.100.02
HSL316.77º90.29%79.8%-
HSV(B)316.77º37.2%98.04%-
XYZ64.9449.8276.71-
YUV192.44145.81169.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 157 (61.72% from 255) = 24.88%
BLUE value IS 224 (87.89% from 255) = 35.50%
R=39.62%
G=24.88%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015722400.370.100.02316.7790.2979.8
HexFA9DE0025A213d5a50
Octal372235340045122475132120
Binary111110101001110111100000010010110101010011110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DE0; }

 p { color: rgb(250,157,224); }

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

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

 a { background-color: rgb(250,157,224); }

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

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

 span { border-color: rgb(250,157,224); }

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