#F6AECE

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

Shades of Lavender Pink #F6AECE

Tints of Lavender Pink #F6AECE

Color information

#F6AECE (or 0xF6AECE) is unknown color: approx Lavender Pink. HEX triplet: F6, AE and CE. RGB value is (246,174,206). Sum of RGB (Red+Green+Blue) = 246+174+206=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AECE is #095131. Grayscale: #C7C7C7. Windows color (decimal): -610610 or 13545206. OLE color: 13545206.

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

Color convert

RGB246174206-
CMYK00.290.160.04
HSL333.33º80%82.35%-
HSV(B)333.33º29.27%96.47%-
XYZ64.2854.3265.49-
YUV199.18131.85161.4-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.30%
GREEN value IS 174 (68.36% from 255) = 27.80%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=39.30%
G=27.80%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617420600.290.160.04333.338082.35
HexF6AECE01D10414d5052
Octal366256316035204515120122
Binary1111011010101110110011100111011000010010100110110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AECE; }

 p { color: rgb(246,174,206); }

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

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

 a { background-color: rgb(246,174,206); }

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

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

 span { border-color: rgb(246,174,206); }

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