#FA9AE4

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

Shades of Lavender Rose #FA9AE4

Tints of Lavender Rose #FA9AE4

Color information

#FA9AE4 (or 0xFA9AE4) is unknown color: approx Lavender Rose. HEX triplet: FA, 9A and E4. RGB value is (250,154,228). Sum of RGB (Red+Green+Blue) = 250+154+228=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 154 (60.55% from 255 or 24.37% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AE4 is #05651B. Grayscale: #BEBEBE. Windows color (decimal): -353564 or 14981882. OLE color: 14981882.

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

Color convert

RGB250154228-
CMYK00.380.090.02
HSL313.75º90.57%79.22%-
HSV(B)313.75º38.4%98.04%-
XYZ64.9849.0479.44-
YUV191.14148.8169.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 154 (60.55% from 255) = 24.37%
BLUE value IS 228 (89.45% from 255) = 36.08%
R=39.56%
G=24.37%
B=36.08%

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
Decimal25015422800.380.090.02313.7590.5779.22
HexFA9AE40269213a5b4f
Octal372232344046112472133117
Binary111110101001101011100100010011010011010011101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9AE4; }

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

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

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

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

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

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

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

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