#F2AAEA

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

Shades of Lavender Rose #F2AAEA

Tints of Lavender Rose #F2AAEA

Color information

#F2AAEA (or 0xF2AAEA) is unknown color: approx Lavender Rose. HEX triplet: F2, AA and EA. RGB value is (242,170,234). Sum of RGB (Red+Green+Blue) = 242+170+234=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AAEA is #0D5515. Grayscale: #C6C6C6. Windows color (decimal): -873750 or 15379186. OLE color: 15379186.

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

Color convert

RGB242170234-
CMYK00.300.030.05
HSL306.67º73.47%80.78%-
HSV(B)306.67º29.75%94.9%-
XYZ65.8453.5784.71-
YUV198.82147.85158.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.46%
GREEN value IS 170 (66.80% from 255) = 26.32%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=37.46%
G=26.32%
B=36.22%

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
Decimal24217023400.300.030.05306.6773.4780.78
HexF2AAEA01E351334951
Octal36225235203635463111121
Binary1111001010101010111010100111101110110011001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AAEA; }

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

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

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

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

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

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

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

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