#FE8ECA

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

Shades of Tea Rose #FE8ECA

Tints of Tea Rose #FE8ECA

Color information

#FE8ECA (or 0xFE8ECA) is unknown color: approx Tea Rose. HEX triplet: FE, 8E and CA. RGB value is (254,142,202). Sum of RGB (Red+Green+Blue) = 254+142+202=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 142 (55.86% from 255 or 23.75% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ECA is #017135. Grayscale: #B6B6B6. Windows color (decimal): -94518 or 13274878. OLE color: 13274878.

HSL color Cylindrical-coordinate representation of color #FE8ECA: hue angle of 327.86º 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 #FE8ECA is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254142202-
CMYK00.440.200.00
HSL327.86º98.25%77.65%-
HSV(B)327.86º44.09%99.61%-
XYZ61.2144.6861.28-
YUV182.33139.11179.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 142 (55.86% from 255) = 23.75%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=42.47%
G=23.75%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414220200.440.200.00327.8698.2577.65
HexFE8ECA02C140148624e
Octal376216312054240510142116
Binary111111101000111011001010010110010100010100100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8ECA; }

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

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

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

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

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

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

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

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