#FAA6EA

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

Shades of Lavender Rose #FAA6EA

Tints of Lavender Rose #FAA6EA

Color information

#FAA6EA (or 0xFAA6EA) is unknown color: approx Lavender Rose. HEX triplet: FA, A6 and EA. RGB value is (250,166,234). Sum of RGB (Red+Green+Blue) = 250+166+234=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 166 (65.23% from 255 or 25.54% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA6EA is #055915. Grayscale: #C6C6C6. Windows color (decimal): -350486 or 15378170. OLE color: 15378170.

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

Color convert

RGB250166234-
CMYK00.340.060.02
HSL311.43º89.36%81.57%-
HSV(B)311.43º33.6%98.04%-
XYZ67.9153.5484.6-
YUV198.87147.83164.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 166 (65.23% from 255) = 25.54%
BLUE value IS 234 (91.80% from 255) = 36%
R=38.46%
G=25.54%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016623400.340.060.02311.4389.3681.57
HexFAA6EA022621375952
Octal37224635204262467131122
Binary11111010101001101110101001000101101010011011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA6EA; }

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

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

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

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

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

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

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

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