#FAA2ED

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

Shades of Lavender Rose #FAA2ED

Tints of Lavender Rose #FAA2ED

Color information

#FAA2ED (or 0xFAA2ED) is unknown color: approx Lavender Rose. HEX triplet: FA, A2 and ED. RGB value is (250,162,237). Sum of RGB (Red+Green+Blue) = 250+162+237=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 162 (63.67% from 255 or 24.96% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA2ED is #055D12. Grayscale: #C4C4C4. Windows color (decimal): -351507 or 15573754. OLE color: 15573754.

HSL color Cylindrical-coordinate representation of color #FAA2ED: hue angle of 308.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2ED is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250162237-
CMYK00.350.050.02
HSL308.86º89.8%80.78%-
HSV(B)308.86º35.2%98.04%-
XYZ67.6352.2886.65-
YUV196.86150.65165.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 162 (63.67% from 255) = 24.96%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=38.52%
G=24.96%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016223700.350.050.02308.8689.880.78
HexFAA2ED023521355a51
Octal37224235504352465132121
Binary11111010101000101110110101000111011010011010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA2ED; }

 p { color: rgb(250,162,237); }

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

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

 a { background-color: rgb(250,162,237); }

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

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

 span { border-color: rgb(250,162,237); }

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