#F6AAEA

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

Shades of Lavender Rose #F6AAEA

Tints of Lavender Rose #F6AAEA

Color information

#F6AAEA (or 0xF6AAEA) is unknown color: approx Lavender Rose. HEX triplet: F6, AA and EA. RGB value is (246,170,234). Sum of RGB (Red+Green+Blue) = 246+170+234=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AAEA is #095515. Grayscale: #C7C7C7. Windows color (decimal): -611606 or 15379190. OLE color: 15379190.

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

Color convert

RGB246170234-
CMYK00.310.050.04
HSL309.47º80.85%81.57%-
HSV(B)309.47º30.89%96.47%-
XYZ67.2354.2884.78-
YUV200.02147.18160.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.85%
GREEN value IS 170 (66.80% from 255) = 26.15%
BLUE value IS 234 (91.80% from 255) = 36%
R=37.85%
G=26.15%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617023400.310.050.04309.4780.8581.57
HexF6AAEA01F541355152
Octal36625235203754465121122
Binary11110110101010101110101001111110110010011010110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AAEA; }

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

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

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

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

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

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

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

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