#FAA8ED

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

Shades of Lavender Rose #FAA8ED

Tints of Lavender Rose #FAA8ED

Color information

#FAA8ED (or 0xFAA8ED) is unknown color: approx Lavender Rose. HEX triplet: FA, A8 and ED. RGB value is (250,168,237). Sum of RGB (Red+Green+Blue) = 250+168+237=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 168 (66.02% from 255 or 25.65% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8ED is #055712. Grayscale: #C8C8C8. Windows color (decimal): -349971 or 15575290. OLE color: 15575290.

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

Color convert

RGB250168237-
CMYK00.330.050.02
HSL309.51º89.13%81.96%-
HSV(B)309.51º32.8%98.04%-
XYZ68.7154.4487.01-
YUV200.38148.67163.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 168 (66.02% from 255) = 25.65%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=38.17%
G=25.65%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016823700.330.050.02309.5189.1381.96
HexFAA8ED021521365952
Octal37225035504152466131122
Binary11111010101010001110110101000011011010011011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA8ED; }

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

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

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

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

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

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

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

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