#FA9AE3

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

Shades of Lavender Rose #FA9AE3

Tints of Lavender Rose #FA9AE3

Color information

#FA9AE3 (or 0xFA9AE3) is unknown color: approx Lavender Rose. HEX triplet: FA, 9A and E3. RGB value is (250,154,227). Sum of RGB (Red+Green+Blue) = 250+154+227=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 154 (60.55% from 255 or 24.41% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AE3 is #05651C. Grayscale: #BEBEBE. Windows color (decimal): -353565 or 14916346. OLE color: 14916346.

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

Color convert

RGB250154227-
CMYK00.380.090.02
HSL314.38º90.57%79.22%-
HSV(B)314.38º38.4%98.04%-
XYZ64.8548.9878.71-
YUV191.03148.3170.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 154 (60.55% from 255) = 24.41%
BLUE value IS 227 (89.06% from 255) = 35.97%
R=39.62%
G=24.41%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015422700.380.090.02314.3890.5779.22
HexFA9AE30269213a5b4f
Octal372232343046112472133117
Binary111110101001101011100011010011010011010011101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9AE3; }

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

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

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

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

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

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

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

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