#FF86C4

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

Shades of Tea Rose #FF86C4

Tints of Tea Rose #FF86C4

Color information

#FF86C4 (or 0xFF86C4) is unknown color: approx Tea Rose. HEX triplet: FF, 86 and C4. RGB value is (255,134,196). Sum of RGB (Red+Green+Blue) = 255+134+196=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86C4 is #00793B. Grayscale: #B1B1B1. Windows color (decimal): -31036 or 12879615. OLE color: 12879615.

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

Color convert

RGB255134196-
CMYK00.470.230
HSL329.26º100%76.27%-
HSV(B)329.26º47.45%100%-
XYZ59.7342.357.24-
YUV177.25138.59183.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 134 (52.73% from 255) = 22.91%
BLUE value IS 196 (76.95% from 255) = 33.50%
R=43.59%
G=22.91%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513419600.470.230329.2610076.27
HexFF86C402F170149644c
Octal377206304057270511144114
Binary111111111000011011000100010111110111010100100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF86C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF86C4; }

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

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

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

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

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

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

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

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