#FAA6EC

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

Shades of Lavender Rose #FAA6EC

Tints of Lavender Rose #FAA6EC

Color information

#FAA6EC (or 0xFAA6EC) is unknown color: approx Lavender Rose. HEX triplet: FA, A6 and EC. RGB value is (250,166,236). Sum of RGB (Red+Green+Blue) = 250+166+236=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 166 (65.23% from 255 or 25.46% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA6EC is #055913. Grayscale: #C6C6C6. Windows color (decimal): -350484 or 15509242. OLE color: 15509242.

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

Color convert

RGB250166236-
CMYK00.340.060.02
HSL310º89.36%81.57%-
HSV(B)310º33.6%98.04%-
XYZ68.253.6586.12-
YUV199.1148.83164.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 166 (65.23% from 255) = 25.46%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=38.34%
G=25.46%
B=36.20%

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
Decimal25016623600.340.060.0231089.3681.57
HexFAA6EC022621365952
Octal37224635404262466131122
Binary11111010101001101110110001000101101010011011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA6EC; }

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

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

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

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

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

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

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

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