#F3AAEC

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

Shades of Lavender Rose #F3AAEC

Tints of Lavender Rose #F3AAEC

Color information

#F3AAEC (or 0xF3AAEC) is unknown color: approx Lavender Rose. HEX triplet: F3, AA and EC. RGB value is (243,170,236). Sum of RGB (Red+Green+Blue) = 243+170+236=649 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.44% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AAEC is #0C5513. Grayscale: #C7C7C7. Windows color (decimal): -808212 or 15510259. OLE color: 15510259.

HSL color Cylindrical-coordinate representation of color #F3AAEC: hue angle of 305.75º 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 #F3AAEC is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243170236-
CMYK00.300.030.05
HSL305.75º75.26%80.98%-
HSV(B)305.75º30.04%95.29%-
XYZ66.4853.8686.25-
YUV199.35148.68159.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.44%
GREEN value IS 170 (66.80% from 255) = 26.19%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=37.44%
G=26.19%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317023600.300.030.05305.7575.2680.98
HexF3AAEC01E351324b51
Octal36325235403635462113121
Binary1111001110101010111011000111101110110011001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AAEC; }

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

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

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

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

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

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

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

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