#F6A4EE

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

Shades of Lavender Rose #F6A4EE

Tints of Lavender Rose #F6A4EE

Color information

#F6A4EE (or 0xF6A4EE) is unknown color: approx Lavender Rose. HEX triplet: F6, A4 and EE. RGB value is (246,164,238). Sum of RGB (Red+Green+Blue) = 246+164+238=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 164 (64.45% from 255 or 25.31% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A4EE is #095B11. Grayscale: #C4C4C4. Windows color (decimal): -613138 or 15639798. OLE color: 15639798.

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

Color convert

RGB246164238-
CMYK00.330.030.04
HSL305.85º82%80.39%-
HSV(B)305.85º33.33%96.47%-
XYZ66.7152.3287.47-
YUV196.95151.17162.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.96%
GREEN value IS 164 (64.45% from 255) = 25.31%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=37.96%
G=25.31%
B=36.73%

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
Decimal24616423800.330.030.04305.858280.39
HexF6A4EE021341325250
Octal36624435604134462122120
Binary11110110101001001110111001000011110010011001010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A4EE; }

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

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

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

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

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

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

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

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