#F6A7F2

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

Shades of Lavender Rose #F6A7F2

Tints of Lavender Rose #F6A7F2

Color information

#F6A7F2 (or 0xF6A7F2) is unknown color: approx Lavender Rose. HEX triplet: F6, A7 and F2. RGB value is (246,167,242). Sum of RGB (Red+Green+Blue) = 246+167+242=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 167 (65.62% from 255 or 25.50% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A7F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A7F2 is #09580D. Grayscale: #C6C6C6. Windows color (decimal): -612366 or 15902710. OLE color: 15902710.

HSL color Cylindrical-coordinate representation of color #F6A7F2: hue angle of 303.04º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6A7F2 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB246167242-
CMYK00.320.020.04
HSL303.04º81.44%80.98%-
HSV(B)303.04º32.11%96.47%-
XYZ67.8553.6490.78-
YUV199.17152.17161.4-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.56%
GREEN value IS 167 (65.62% from 255) = 25.50%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=37.56%
G=25.50%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616724200.320.020.04303.0481.4480.98
HexF6A7F20202412f5151
Octal36624736204024457121121
Binary11110110101001111111001001000001010010010111110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A7F2; }

 p { color: rgb(246,167,242); }

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

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

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

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

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

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

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