#FA9AE6

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

Shades of Lavender Rose #FA9AE6

Tints of Lavender Rose #FA9AE6

Color information

#FA9AE6 (or 0xFA9AE6) is unknown color: approx Lavender Rose. HEX triplet: FA, 9A and E6. RGB value is (250,154,230). Sum of RGB (Red+Green+Blue) = 250+154+230=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 154 (60.55% from 255 or 24.29% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9AE6 is #056519. Grayscale: #BFBFBF. Windows color (decimal): -353562 or 15112954. OLE color: 15112954.

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

Color convert

RGB250154230-
CMYK00.380.080.02
HSL312.5º90.57%79.22%-
HSV(B)312.5º38.4%98.04%-
XYZ65.2649.1580.91-
YUV191.37149.8169.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 154 (60.55% from 255) = 24.29%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=39.43%
G=24.29%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015423000.380.080.02312.590.5779.22
HexFA9AE6026821385b4f
Octal372232346046102470133117
Binary111110101001101011100110010011010001010011100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9AE6; }

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

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

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

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

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

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

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

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