#FA9DE4

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

Shades of Lavender Rose #FA9DE4

Tints of Lavender Rose #FA9DE4

Color information

#FA9DE4 (or 0xFA9DE4) is unknown color: approx Lavender Rose. HEX triplet: FA, 9D and E4. RGB value is (250,157,228). Sum of RGB (Red+Green+Blue) = 250+157+228=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 157 (61.72% from 255 or 24.72% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DE4 is #05621B. Grayscale: #C0C0C0. Windows color (decimal): -352796 or 14982650. OLE color: 14982650.

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

Color convert

RGB250157228-
CMYK00.370.090.02
HSL314.19º90.29%79.8%-
HSV(B)314.19º37.2%98.04%-
XYZ65.4850.0479.61-
YUV192.9147.81168.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 157 (61.72% from 255) = 24.72%
BLUE value IS 228 (89.45% from 255) = 35.91%
R=39.37%
G=24.72%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015722800.370.090.02314.1990.2979.8
HexFA9DE40259213a5a50
Octal372235344045112472132120
Binary111110101001110111100100010010110011010011101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DE4; }

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

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

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

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

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

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

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

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