#F3AAF2

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

Shades of Lavender Rose #F3AAF2

Tints of Lavender Rose #F3AAF2

Color information

#F3AAF2 (or 0xF3AAF2) is unknown color: approx Lavender Rose. HEX triplet: F3, AA and F2. RGB value is (243,170,242). Sum of RGB (Red+Green+Blue) = 243+170+242=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 170 (66.80% from 255 or 25.95% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AAF2 is #0C550D. Grayscale: #C7C7C7. Windows color (decimal): -808206 or 15903475. OLE color: 15903475.

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

Color convert

RGB243170242-
CMYK00.300.000.05
HSL300.82º75.26%80.98%-
HSV(B)300.82º30.04%95.29%-
XYZ67.3654.2190.92-
YUV200.04151.68158.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.10%
GREEN value IS 170 (66.80% from 255) = 25.95%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=37.10%
G=25.95%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317024200.300.000.05300.8275.2680.98
HexF3AAF201E0512d4b51
Octal36325236203605455113121
Binary111100111010101011110010011110010110010110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AAF2; }

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

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

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

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

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

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

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

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