#FAA3EB

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

Shades of Lavender Rose #FAA3EB

Tints of Lavender Rose #FAA3EB

Color information

#FAA3EB (or 0xFAA3EB) is unknown color: approx Lavender Rose. HEX triplet: FA, A3 and EB. RGB value is (250,163,235). Sum of RGB (Red+Green+Blue) = 250+163+235=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 163 (64.06% from 255 or 25.15% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA3EB is #055C14. Grayscale: #C5C5C5. Windows color (decimal): -351253 or 15442938. OLE color: 15442938.

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

Color convert

RGB250163235-
CMYK00.350.060.02
HSL310.34º89.69%80.98%-
HSV(B)310.34º34.8%98.04%-
XYZ67.5252.5285.18-
YUV197.22149.32165.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 163 (64.06% from 255) = 25.15%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=38.58%
G=25.15%
B=36.27%

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
Decimal25016323500.350.060.02310.3489.6980.98
HexFAA3EB023621365a51
Octal37224335304362466132121
Binary11111010101000111110101101000111101010011011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA3EB; }

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

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

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

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

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

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

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

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