#FAA1EB

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

Shades of Lavender Rose #FAA1EB

Tints of Lavender Rose #FAA1EB

Color information

#FAA1EB (or 0xFAA1EB) is unknown color: approx Lavender Rose. HEX triplet: FA, A1 and EB. RGB value is (250,161,235). Sum of RGB (Red+Green+Blue) = 250+161+235=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 161 (63.28% from 255 or 24.92% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA1EB is #055E14. Grayscale: #C3C3C3. Windows color (decimal): -351765 or 15442426. OLE color: 15442426.

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

Color convert

RGB250161235-
CMYK00.360.060.02
HSL310.11º89.9%80.59%-
HSV(B)310.11º35.6%98.04%-
XYZ67.1651.8185.06-
YUV196.05149.99166.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 161 (63.28% from 255) = 24.92%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=38.70%
G=24.92%
B=36.38%

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
Decimal25016123500.360.060.02310.1189.980.59
HexFAA1EB024621365a51
Octal37224135304462466132121
Binary11111010101000011110101101001001101010011011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA1EB; }

 p { color: rgb(250,161,235); }

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

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

 a { background-color: rgb(250,161,235); }

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

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

 span { border-color: rgb(250,161,235); }

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