#FE8EC2

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

Shades of Tea Rose #FE8EC2

Tints of Tea Rose #FE8EC2

Color information

#FE8EC2 (or 0xFE8EC2) is unknown color: approx Tea Rose. HEX triplet: FE, 8E and C2. RGB value is (254,142,194). Sum of RGB (Red+Green+Blue) = 254+142+194=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8EC2 is #01713D. Grayscale: #B5B5B5. Windows color (decimal): -94526 or 12750590. OLE color: 12750590.

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

Color convert

RGB254142194-
CMYK00.440.240.00
HSL332.14º98.25%77.65%-
HSV(B)332.14º44.09%99.61%-
XYZ60.2844.3156.41-
YUV181.42135.11179.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 194 (76.17% from 255) = 32.88%
R=43.05%
G=24.07%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414219400.440.240.00332.1498.2577.65
HexFE8EC202C18014c624e
Octal376216302054300514142116
Binary111111101000111011000010010110011000010100110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8EC2; }

 p { color: rgb(254,142,194); }

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

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

 a { background-color: rgb(254,142,194); }

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

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

 span { border-color: rgb(254,142,194); }

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