#FF86D2

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

Shades of Tea Rose #FF86D2

Tints of Tea Rose #FF86D2

Color information

#FF86D2 (or 0xFF86D2) is unknown color: approx Tea Rose. HEX triplet: FF, 86 and D2. RGB value is (255,134,210). Sum of RGB (Red+Green+Blue) = 255+134+210=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86D2 is #00792D. Grayscale: #B2B2B2. Windows color (decimal): -31022 or 13797119. OLE color: 13797119.

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

Color convert

RGB255134210-
CMYK00.470.180
HSL322.31º100%76.27%-
HSV(B)322.31º47.45%100%-
XYZ61.442.9666.03-
YUV178.84145.59182.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 134 (52.73% from 255) = 22.37%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=42.57%
G=22.37%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513421000.470.180322.3110076.27
HexFF86D202F120142644c
Octal377206322057220502144114
Binary111111111000011011010010010111110010010100001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF86D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF86D2; }

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

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

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

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

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

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

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

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