#FF86C0

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

Shades of Tea Rose #FF86C0

Tints of Tea Rose #FF86C0

Color information

#FF86C0 (or 0xFF86C0) is unknown color: approx Tea Rose. HEX triplet: FF, 86 and C0. RGB value is (255,134,192). Sum of RGB (Red+Green+Blue) = 255+134+192=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86C0 is #00793F. Grayscale: #B0B0B0. Windows color (decimal): -31040 or 12617471. OLE color: 12617471.

HSL color Cylindrical-coordinate representation of color #FF86C0: hue angle of 331.24º 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 #FF86C0 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255134192-
CMYK00.470.250
HSL331.24º100%76.27%-
HSV(B)331.24º47.45%100%-
XYZ59.2842.1254.87-
YUV176.79136.59183.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 134 (52.73% from 255) = 23.06%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=43.89%
G=23.06%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513419200.470.250331.2410076.27
HexFF86C002F19014b644c
Octal377206300057310513144114
Binary111111111000011011000000010111111001010100101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF86C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF86C0; }

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

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

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

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

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

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

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

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