#F68ECC

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

Shades of Tea Rose #F68ECC

Tints of Tea Rose #F68ECC

Color information

#F68ECC (or 0xF68ECC) is unknown color: approx Tea Rose. HEX triplet: F6, 8E and CC. RGB value is (246,142,204). Sum of RGB (Red+Green+Blue) = 246+142+204=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ECC is #097133. Grayscale: #B4B4B4. Windows color (decimal): -618804 or 13405942. OLE color: 13405942.

HSL color Cylindrical-coordinate representation of color #F68ECC: hue angle of 324.23º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68ECC is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246142204-
CMYK00.420.170.04
HSL324.23º85.25%76.08%-
HSV(B)324.23º42.28%96.47%-
XYZ58.5843.362.4-
YUV180.16141.46174.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.55%
GREEN value IS 142 (55.86% from 255) = 23.99%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=41.55%
G=23.99%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614220400.420.170.04324.2385.2576.08
HexF68ECC02A114144554c
Octal366216314052214504125114
Binary11110110100011101100110001010101000110010100010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68ECC; }

 p { color: rgb(246,142,204); }

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

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

 a { background-color: rgb(246,142,204); }

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

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

 span { border-color: rgb(246,142,204); }

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