#FA9DEE

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

Shades of Lavender Rose #FA9DEE

Tints of Lavender Rose #FA9DEE

Color information

#FA9DEE (or 0xFA9DEE) is unknown color: approx Lavender Rose. HEX triplet: FA, 9D and EE. RGB value is (250,157,238). Sum of RGB (Red+Green+Blue) = 250+157+238=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 157 (61.72% from 255 or 24.34% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9DEE is #056211. Grayscale: #C1C1C1. Windows color (decimal): -352786 or 15638010. OLE color: 15638010.

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

Color convert

RGB250157238-
CMYK00.370.050.02
HSL307.74º90.29%79.8%-
HSV(B)307.74º37.2%98.04%-
XYZ66.9150.6187.13-
YUV194.04152.81167.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 157 (61.72% from 255) = 24.34%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=38.76%
G=24.34%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015723800.370.050.02307.7490.2979.8
HexFA9DEE025521345a50
Octal37223535604552464132120
Binary11111010100111011110111001001011011010011010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DEE; }

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

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

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

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

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

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

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

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