#F986CC

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

Shades of Tea Rose #F986CC

Tints of Tea Rose #F986CC

Color information

#F986CC (or 0xF986CC) is unknown color: approx Tea Rose. HEX triplet: F9, 86 and CC. RGB value is (249,134,204). Sum of RGB (Red+Green+Blue) = 249+134+204=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F986CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986CC is #067933. Grayscale: #B0B0B0. Windows color (decimal): -424244 or 13403897. OLE color: 13403897.

HSL color Cylindrical-coordinate representation of color #F986CC: hue angle of 323.48º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F986CC is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249134204-
CMYK00.460.180.02
HSL323.48º90.55%75.1%-
HSV(B)323.48º46.18%97.65%-
XYZ58.4941.5562.06-
YUV176.36143.6179.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 134 (52.73% from 255) = 22.83%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=42.42%
G=22.83%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913420400.460.180.02323.4890.5575.1
HexF986CC02E1221435b4b
Octal371206314056222503133113
Binary1111100110000110110011000101110100101010100001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F986CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F986CC; }

 p { color: rgb(249,134,204); }

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

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

 a { background-color: rgb(249,134,204); }

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

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

 span { border-color: rgb(249,134,204); }

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