#F3AAEA

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

Shades of Lavender Rose #F3AAEA

Tints of Lavender Rose #F3AAEA

Color information

#F3AAEA (or 0xF3AAEA) is unknown color: approx Lavender Rose. HEX triplet: F3, AA and EA. RGB value is (243,170,234). Sum of RGB (Red+Green+Blue) = 243+170+234=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AAEA is #0C5515. Grayscale: #C6C6C6. Windows color (decimal): -808214 or 15379187. OLE color: 15379187.

HSL color Cylindrical-coordinate representation of color #F3AAEA: hue angle of 307.4º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3AAEA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB243170234-
CMYK00.300.040.05
HSL307.4º75.26%80.98%-
HSV(B)307.4º30.04%95.29%-
XYZ66.1953.7484.73-
YUV199.12147.68159.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.56%
GREEN value IS 170 (66.80% from 255) = 26.28%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=37.56%
G=26.28%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317023400.300.040.05307.475.2680.98
HexF3AAEA01E451334b51
Octal36325235203645463113121
Binary11110011101010101110101001111010010110011001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AAEA; }

 p { color: rgb(243,170,234); }

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

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

 a { background-color: rgb(243,170,234); }

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

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

 span { border-color: rgb(243,170,234); }

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