#FE91BE

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

Shades of Tea Rose #FE91BE

Tints of Tea Rose #FE91BE

Color information

#FE91BE (or 0xFE91BE) is unknown color: approx Tea Rose. HEX triplet: FE, 91 and BE. RGB value is (254,145,190). Sum of RGB (Red+Green+Blue) = 254+145+190=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91BE is #016E41. Grayscale: #B6B6B6. Windows color (decimal): -93762 or 12489214. OLE color: 12489214.

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

Color convert

RGB254145190-
CMYK00.430.250.00
HSL335.23º98.2%78.24%-
HSV(B)335.23º42.91%99.61%-
XYZ60.2945.0454.23-
YUV182.72132.11178.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 145 (57.03% from 255) = 24.62%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=43.12%
G=24.62%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414519000.430.250.00335.2398.278.24
HexFE91BE02B19014f624e
Octal376221276053310517142116
Binary111111101001000110111110010101111001010100111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE91BE; }

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

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

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

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

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

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

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

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