#F6AFEC

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

Shades of Lavender Rose #F6AFEC

Tints of Lavender Rose #F6AFEC

Color information

#F6AFEC (or 0xF6AFEC) is unknown color: approx Lavender Rose. HEX triplet: F6, AF and EC. RGB value is (246,175,236). Sum of RGB (Red+Green+Blue) = 246+175+236=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 175 (68.75% from 255 or 26.64% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AFEC is #095013. Grayscale: #CBCBCB. Windows color (decimal): -610324 or 15511542. OLE color: 15511542.

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

Color convert

RGB246175236-
CMYK00.290.040.04
HSL308.45º79.78%82.55%-
HSV(B)308.45º28.86%96.47%-
XYZ68.4856.3186.62-
YUV203.18146.52158.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.44%
GREEN value IS 175 (68.75% from 255) = 26.64%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=37.44%
G=26.64%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617523600.290.040.04308.4579.7882.55
HexF6AFEC01D441345053
Octal36625735403544464120123
Binary11110110101011111110110001110110010010011010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFEC; }

 p { color: rgb(246,175,236); }

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

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

 a { background-color: rgb(246,175,236); }

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

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

 span { border-color: rgb(246,175,236); }

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