#FA9DE1

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

Shades of Lavender Rose #FA9DE1

Tints of Lavender Rose #FA9DE1

Color information

#FA9DE1 (or 0xFA9DE1) is unknown color: approx Lavender Rose. HEX triplet: FA, 9D and E1. RGB value is (250,157,225). Sum of RGB (Red+Green+Blue) = 250+157+225=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DE1 is #05621E. Grayscale: #C0C0C0. Windows color (decimal): -352799 or 14786042. OLE color: 14786042.

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

Color convert

RGB250157225-
CMYK00.370.100.02
HSL316.13º90.29%79.8%-
HSV(B)316.13º37.2%98.04%-
XYZ65.0749.8777.43-
YUV192.56146.31168.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 157 (61.72% from 255) = 24.84%
BLUE value IS 225 (88.28% from 255) = 35.60%
R=39.56%
G=24.84%
B=35.60%

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
Decimal25015722500.370.100.02316.1390.2979.8
HexFA9DE1025A213c5a50
Octal372235341045122474132120
Binary111110101001110111100001010010110101010011110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DE1; }

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

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

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

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

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

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

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

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