#f686cb

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

Shades of Tea Rose #F686CB

Tints of Tea Rose #F686CB

Color information

#F686CB (or 0xF686CB) is unknown color: approx Tea Rose. HEX triplet: F6, 86 and CB. RGB value is (246,134,203). Sum of RGB (Red+Green+Blue) = 246+134+203=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F686CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686CB is #097934. Grayscale: #AFAFAF. Windows color (decimal): -620853 or 13338358. OLE color: 13338358.

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

Color convert

RGB246134203-
CMYK00.460.170.04
HSL323.04º86.15%74.51%-
HSV(B)323.04º45.53%96.47%-
XYZ57.3140.9561.38-
YUV175.35143.61178.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.20%
GREEN value IS 134 (52.73% from 255) = 22.98%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=42.20%
G=22.98%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613420300.460.170.04323.0486.1574.51
HexF686CB02E114143564b
Octal366206313056214503126113
Binary11110110100001101100101101011101000110010100001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f686cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f686cb; }

 p { color: rgb(246,134,203); }

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

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

 a { background-color: rgb(246,134,203); }

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

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

 span { border-color: rgb(246,134,203); }

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