#FAA0EA

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

Shades of Lavender Rose #FAA0EA

Tints of Lavender Rose #FAA0EA

Color information

#FAA0EA (or 0xFAA0EA) is unknown color: approx Lavender Rose. HEX triplet: FA, A0 and EA. RGB value is (250,160,234). Sum of RGB (Red+Green+Blue) = 250+160+234=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 160 (62.89% from 255 or 24.84% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA0EA is #055F15. Grayscale: #C3C3C3. Windows color (decimal): -352022 or 15376634. OLE color: 15376634.

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

Color convert

RGB250160234-
CMYK00.360.060.02
HSL310.67º90%80.39%-
HSV(B)310.67º36%98.04%-
XYZ66.8551.4184.24-
YUV195.35149.82166.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 160 (62.89% from 255) = 24.84%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=38.82%
G=24.84%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016023400.360.060.02310.679080.39
HexFAA0EA024621375a50
Octal37224035204462467132120
Binary11111010101000001110101001001001101010011011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA0EA; }

 p { color: rgb(250,160,234); }

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

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

 a { background-color: rgb(250,160,234); }

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

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

 span { border-color: rgb(250,160,234); }

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