#FF86C2

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

Shades of Tea Rose #FF86C2

Tints of Tea Rose #FF86C2

Color information

#FF86C2 (or 0xFF86C2) is unknown color: approx Tea Rose. HEX triplet: FF, 86 and C2. RGB value is (255,134,194). Sum of RGB (Red+Green+Blue) = 255+134+194=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86C2 is #00793D. Grayscale: #B0B0B0. Windows color (decimal): -31038 or 12748543. OLE color: 12748543.

HSL color Cylindrical-coordinate representation of color #FF86C2: hue angle of 330.25º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86C2 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255134194-
CMYK00.470.240
HSL330.25º100%76.27%-
HSV(B)330.25º47.45%100%-
XYZ59.542.2156.05-
YUV177.02137.59183.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 134 (52.73% from 255) = 22.98%
BLUE value IS 194 (76.17% from 255) = 33.28%
R=43.74%
G=22.98%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513419400.470.240330.2510076.27
HexFF86C202F18014a644c
Octal377206302057300512144114
Binary111111111000011011000010010111111000010100101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF86C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF86C2; }

 p { color: rgb(255,134,194); }

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

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

 a { background-color: rgb(255,134,194); }

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

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

 span { border-color: rgb(255,134,194); }

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