#FE86CF

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

Shades of Tea Rose #FE86CF

Tints of Tea Rose #FE86CF

Color information

#FE86CF (or 0xFE86CF) is unknown color: approx Tea Rose. HEX triplet: FE, 86 and CF. RGB value is (254,134,207). Sum of RGB (Red+Green+Blue) = 254+134+207=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86CF is #017930. Grayscale: #B2B2B2. Windows color (decimal): -96561 or 13600510. OLE color: 13600510.

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

Color convert

RGB254134207-
CMYK00.470.190.00
HSL323.5º98.36%76.08%-
HSV(B)323.5º47.24%99.61%-
XYZ60.6642.6364.06-
YUV178.2144.26182.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 134 (52.73% from 255) = 22.52%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=42.69%
G=22.52%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413420700.470.190.00323.598.3676.08
HexFE86CF02F130144624c
Octal376206317057230504142114
Binary111111101000011011001111010111110011010100010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE86CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE86CF; }

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

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

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

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

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

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

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

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