#FAA2EA

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

Shades of Lavender Rose #FAA2EA

Tints of Lavender Rose #FAA2EA

Color information

#FAA2EA (or 0xFAA2EA) is unknown color: approx Lavender Rose. HEX triplet: FA, A2 and EA. RGB value is (250,162,234). Sum of RGB (Red+Green+Blue) = 250+162+234=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 162 (63.67% from 255 or 25.08% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA2EA is #055D15. Grayscale: #C4C4C4. Windows color (decimal): -351510 or 15377146. OLE color: 15377146.

HSL color Cylindrical-coordinate representation of color #FAA2EA: hue angle of 310.91º 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 #FAA2EA is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250162234-
CMYK00.350.060.02
HSL310.91º89.8%80.78%-
HSV(B)310.91º35.2%98.04%-
XYZ67.252.1184.36-
YUV196.52149.15166.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 162 (63.67% from 255) = 25.08%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=38.70%
G=25.08%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016223400.350.060.02310.9189.880.78
HexFAA2EA023621375a51
Octal37224235204362467132121
Binary11111010101000101110101001000111101010011011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA2EA; }

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

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

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

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

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

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

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

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