#F69FCE

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

Shades of Lavender Pink #F69FCE

Tints of Lavender Pink #F69FCE

Color information

#F69FCE (or 0xF69FCE) is unknown color: approx Lavender Pink. HEX triplet: F6, 9F and CE. RGB value is (246,159,206). Sum of RGB (Red+Green+Blue) = 246+159+206=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69FCE is #096031. Grayscale: #BEBEBE. Windows color (decimal): -614450 or 13541366. OLE color: 13541366.

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

Color convert

RGB246159206-
CMYK00.350.160.04
HSL327.59º82.86%79.41%-
HSV(B)327.59º35.37%96.47%-
XYZ61.5448.8564.58-
YUV190.37136.82167.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.26%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=40.26%
G=26.02%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615920600.350.160.04327.5982.8679.41
HexF69FCE023104148534f
Octal366237316043204510123117
Binary11110110100111111100111001000111000010010100100010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69FCE; }

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

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

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

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

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

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

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

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