#F6A6EE

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

Shades of Lavender Rose #F6A6EE

Tints of Lavender Rose #F6A6EE

Color information

#F6A6EE (or 0xF6A6EE) is unknown color: approx Lavender Rose. HEX triplet: F6, A6 and EE. RGB value is (246,166,238). Sum of RGB (Red+Green+Blue) = 246+166+238=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 166 (65.23% from 255 or 25.54% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A6EE is #095911. Grayscale: #C5C5C5. Windows color (decimal): -612626 or 15640310. OLE color: 15640310.

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

Color convert

RGB246166238-
CMYK00.330.030.04
HSL306º81.63%80.78%-
HSV(B)306º32.52%96.47%-
XYZ67.0753.0487.59-
YUV198.13150.5162.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.85%
GREEN value IS 166 (65.23% from 255) = 25.54%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=37.85%
G=25.54%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616623800.330.030.0430681.6380.78
HexF6A6EE021341325251
Octal36624635604134462122121
Binary11110110101001101110111001000011110010011001010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A6EE; }

 p { color: rgb(246,166,238); }

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

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

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

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

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

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

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