#FA9CDE

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

Shades of Lavender Rose #FA9CDE

Tints of Lavender Rose #FA9CDE

Color information

#FA9CDE (or 0xFA9CDE) is unknown color: approx Lavender Rose. HEX triplet: FA, 9C and DE. RGB value is (250,156,222). Sum of RGB (Red+Green+Blue) = 250+156+222=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CDE is #056321. Grayscale: #BFBFBF. Windows color (decimal): -353058 or 14589178. OLE color: 14589178.

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

Color convert

RGB250156222-
CMYK00.380.110.02
HSL317.87º90.38%79.61%-
HSV(B)317.87º37.6%98.04%-
XYZ64.549.3775.24-
YUV191.63145.14169.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 156 (61.33% from 255) = 24.84%
BLUE value IS 222 (87.11% from 255) = 35.35%
R=39.81%
G=24.84%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015622200.380.110.02317.8790.3879.61
HexFA9CDE026B213e5a50
Octal372234336046132476132120
Binary111110101001110011011110010011010111010011111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CDE; }

 p { color: rgb(250,156,222); }

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

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

 a { background-color: rgb(250,156,222); }

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

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

 span { border-color: rgb(250,156,222); }

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