#F69ECF

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

Shades of Lavender Pink #F69ECF

Tints of Lavender Pink #F69ECF

Color information

#F69ECF (or 0xF69ECF) is unknown color: approx Lavender Pink. HEX triplet: F6, 9E and CF. RGB value is (246,158,207). Sum of RGB (Red+Green+Blue) = 246+158+207=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ECF is #096130. Grayscale: #BDBDBD. Windows color (decimal): -614705 or 13606646. OLE color: 13606646.

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

Color convert

RGB246158207-
CMYK00.360.160.04
HSL326.59º83.02%79.22%-
HSV(B)326.59º35.77%96.47%-
XYZ61.548.5565.16-
YUV189.9137.65168.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.26%
GREEN value IS 158 (62.11% from 255) = 25.86%
BLUE value IS 207 (81.25% from 255) = 33.88%
R=40.26%
G=25.86%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615820700.360.160.04326.5983.0279.22
HexF69ECF024104147534f
Octal366236317044204507123117
Binary11110110100111101100111101001001000010010100011110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69ECF; }

 p { color: rgb(246,158,207); }

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

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

 a { background-color: rgb(246,158,207); }

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

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

 span { border-color: rgb(246,158,207); }

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