#FE86C1

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

Shades of Tea Rose #FE86C1

Tints of Tea Rose #FE86C1

Color information

#FE86C1 (or 0xFE86C1) is unknown color: approx Tea Rose. HEX triplet: FE, 86 and C1. RGB value is (254,134,193). Sum of RGB (Red+Green+Blue) = 254+134+193=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86C1 is #01793E. Grayscale: #B0B0B0. Windows color (decimal): -96575 or 12683006. OLE color: 12683006.

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

Color convert

RGB254134193-
CMYK00.470.240.00
HSL330.5º98.36%76.08%-
HSV(B)330.5º47.24%99.61%-
XYZ59.0241.9755.44-
YUV176.61137.26183.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 134 (52.73% from 255) = 23.06%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=43.72%
G=23.06%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413419300.470.240.00330.598.3676.08
HexFE86C102F18014a624c
Octal376206301057300512142114
Binary111111101000011011000001010111111000010100101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE86C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE86C1; }

 p { color: rgb(254,134,193); }

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

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

 a { background-color: rgb(254,134,193); }

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

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

 span { border-color: rgb(254,134,193); }

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