#FA9AE1

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

Shades of Lavender Rose #FA9AE1

Tints of Lavender Rose #FA9AE1

Color information

#FA9AE1 (or 0xFA9AE1) is unknown color: approx Lavender Rose. HEX triplet: FA, 9A and E1. RGB value is (250,154,225). Sum of RGB (Red+Green+Blue) = 250+154+225=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 154 (60.55% from 255 or 24.48% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AE1 is #05651E. Grayscale: #BEBEBE. Windows color (decimal): -353567 or 14785274. OLE color: 14785274.

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

Color convert

RGB250154225-
CMYK00.380.100.02
HSL315.62º90.57%79.22%-
HSV(B)315.62º38.4%98.04%-
XYZ64.5748.8777.26-
YUV190.8147.3170.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 154 (60.55% from 255) = 24.48%
BLUE value IS 225 (88.28% from 255) = 35.77%
R=39.75%
G=24.48%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015422500.380.100.02315.6290.5779.22
HexFA9AE1026A213c5b4f
Octal372232341046122474133117
Binary111110101001101011100001010011010101010011110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9AE1; }

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

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

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

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

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

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

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

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