#F68DCE

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

Shades of Tea Rose #F68DCE

Tints of Tea Rose #F68DCE

Color information

#F68DCE (or 0xF68DCE) is unknown color: approx Tea Rose. HEX triplet: F6, 8D and CE. RGB value is (246,141,206). Sum of RGB (Red+Green+Blue) = 246+141+206=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68DCE is #097231. Grayscale: #B3B3B3. Windows color (decimal): -619058 or 13536758. OLE color: 13536758.

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

Color convert

RGB246141206-
CMYK00.430.160.04
HSL322.86º85.37%75.88%-
HSV(B)322.86º42.68%96.47%-
XYZ58.6743.163.62-
YUV179.8142.79175.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.48%
GREEN value IS 141 (55.47% from 255) = 23.78%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=41.48%
G=23.78%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614120600.430.160.04322.8685.3775.88
HexF68DCE02B104143554c
Octal366215316053204503125114
Binary11110110100011011100111001010111000010010100001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68DCE; }

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

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

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

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

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

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

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

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