#f2aaf3

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

Shades of Lavender Rose #F2AAF3

Tints of Lavender Rose #F2AAF3

Color information

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

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

Color convert

RGB242170243-
CMYK0.000.3000.05
HSL299.18º75.26%80.98%-
HSV(B)299.18º30.04%95.29%-
XYZ67.1754.191.7-
YUV199.85152.35158.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421702430.000.3000.05299.1875.2680.98
HexF2AAF301E0512b4b51
Octal36225236303605453113121
Binary111100101010101011110011011110010110010101110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2aaf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2aaf3; }

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

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

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

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

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

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

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

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