#FE8EBE

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

Shades of Tea Rose #FE8EBE

Tints of Tea Rose #FE8EBE

Color information

#FE8EBE (or 0xFE8EBE) is unknown color: approx Tea Rose. HEX triplet: FE, 8E and BE. RGB value is (254,142,190). Sum of RGB (Red+Green+Blue) = 254+142+190=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8EBE is #017141. Grayscale: #B4B4B4. Windows color (decimal): -94530 or 12488446. OLE color: 12488446.

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

Color convert

RGB254142190-
CMYK00.440.250.00
HSL334.29º98.25%77.65%-
HSV(B)334.29º44.09%99.61%-
XYZ59.8444.1354.08-
YUV180.96133.11180.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=43.34%
G=24.23%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414219000.440.250.00334.2998.2577.65
HexFE8EBE02C19014e624e
Octal376216276054310516142116
Binary111111101000111010111110010110011001010100111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8EBE; }

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

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

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

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

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

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

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

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