#F2A6F2

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

Shades of Lavender Rose #F2A6F2

Tints of Lavender Rose #F2A6F2

Color information

#F2A6F2 (or 0xF2A6F2) is unknown color: approx Lavender Rose. HEX triplet: F2, A6 and F2. RGB value is (242,166,242). Sum of RGB (Red+Green+Blue) = 242+166+242=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 166 (65.23% from 255 or 25.54% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2A6F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A6F2 is #0D590D. Grayscale: #C5C5C5. Windows color (decimal): -874766 or 15902450. OLE color: 15902450.

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

Color convert

RGB242166242-
CMYK00.3100.05
HSL300º74.51%80%-
HSV(B)300º31.4%94.9%-
XYZ66.2852.5690.66-
YUV197.39153.18159.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.23%
GREEN value IS 166 (65.23% from 255) = 25.54%
BLUE value IS 242 (94.92% from 255) = 37.23%
R=37.23%
G=25.54%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216624200.3100.0530074.5180
HexF2A6F201F0512c4b50
Octal36224636203705454113120
Binary111100101010011011110010011111010110010110010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A6F2; }

 p { color: rgb(242,166,242); }

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

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

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

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

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

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

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