#F69ECE

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

Shades of Carnation Pink #F69ECE

Tints of Carnation Pink #F69ECE

Color information

#F69ECE (or 0xF69ECE) is unknown color: approx Carnation Pink. HEX triplet: F6, 9E and CE. RGB value is (246,158,206). Sum of RGB (Red+Green+Blue) = 246+158+206=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ECE is #096131. Grayscale: #BDBDBD. Windows color (decimal): -614706 or 13541110. OLE color: 13541110.

HSL color Cylindrical-coordinate representation of color #F69ECE: hue angle of 327.27º 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 #F69ECE is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246158206-
CMYK00.360.160.04
HSL327.27º83.02%79.22%-
HSV(B)327.27º35.77%96.47%-
XYZ61.3748.564.52-
YUV189.78137.15168.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.33%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 206 (80.86% from 255) = 33.77%
R=40.33%
G=25.90%
B=33.77%

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
Decimal24615820600.360.160.04327.2783.0279.22
HexF69ECE024104147534f
Octal366236316044204507123117
Binary11110110100111101100111001001001000010010100011110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69ECE; }

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

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

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

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

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

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

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

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