Html Css Color HEX #FF86C7 Tea Rose

📋 copy color: '#FF86C7'

red 255 ◦ green 134 ◦ blue 199

#FF86C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #FF86C7

Tints of Tea Rose #FF86C7

RGB

 RED value IS 255 (100% from 255) = 43.37%

 GREEN value IS 134 (52.73% from 255) = 22.79%

 BLUE value IS 199 (78.13% from 255) = 33.84%

R = 43.37%
G = 22.79%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF86C7 (or 0xFF86C7) is known color: Tea Rose. HEX triplet: FF, 86 and C7. RGB value is (255,134,199). Sum of RGB (Red+Green+Blue) = 255+134+199=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86C7 is #007938. Grayscale: #B1B1B1. Windows color (decimal): -31033 or 13076223. OLE color: 13076223.

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

Color convert

RGB 255 134 199 -
CMYK 0 0.47 0.22 0
HSL 327.77º 1% 0.76% -
HSV(B) 327.77º 0.47% 1% -
XYZ 60.07 42.43 59.06 -
YUV 177.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 255 134 199 0 0.47 0.22 0 327.77 1 0.76
Hex FF 86 C7 0 2F 16 0 148 64 4C
Octal 377 206 307 0 57 26 0 510 144 114
Binary 11111111 10000110 11000111 0 101111 10110 0 101001000 1100100 1001100

Color Harmonies of #FF86C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF86C7

Black with #FF86C7

Text Example


Text Example

White with #FF86C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF86C7; }

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

 H1.HeaderClassName
 {
   color: #FF86C7;
 }
 .AnyTagClassName
 {
   color: #FF86C7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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