#FA97E4

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

Shades of Lavender Rose #FA97E4

Tints of Lavender Rose #FA97E4

Color information

#FA97E4 (or 0xFA97E4) is unknown color: approx Lavender Rose. HEX triplet: FA, 97 and E4. RGB value is (250,151,228). Sum of RGB (Red+Green+Blue) = 250+151+228=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 151 (59.38% from 255 or 24.01% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97E4 is #05681B. Grayscale: #BDBDBD. Windows color (decimal): -354332 or 14981114. OLE color: 14981114.

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

Color convert

RGB250151228-
CMYK00.400.090.02
HSL313.33º90.83%78.63%-
HSV(B)313.33º39.6%98.04%-
XYZ64.4948.0679.28-
YUV189.38149.8171.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 151 (59.38% from 255) = 24.01%
BLUE value IS 228 (89.45% from 255) = 36.25%
R=39.75%
G=24.01%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015122800.400.090.02313.3390.8378.63
HexFA97E4028921395b4f
Octal372227344050112471133117
Binary111110101001011111100100010100010011010011100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97E4; }

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

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

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

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

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

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

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

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