#FE91CF

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

Shades of Tea Rose #FE91CF

Tints of Tea Rose #FE91CF

Color information

#FE91CF (or 0xFE91CF) is unknown color: approx Tea Rose. HEX triplet: FE, 91 and CF. RGB value is (254,145,207). Sum of RGB (Red+Green+Blue) = 254+145+207=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91CF is #016E30. Grayscale: #B8B8B8. Windows color (decimal): -93745 or 13603326. OLE color: 13603326.

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

Color convert

RGB254145207-
CMYK00.430.190.00
HSL325.87º98.2%78.24%-
HSV(B)325.87º42.91%99.61%-
XYZ62.2645.8364.6-
YUV184.66140.61177.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 145 (57.03% from 255) = 23.93%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=41.91%
G=23.93%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414520700.430.190.00325.8798.278.24
HexFE91CF02B130146624e
Octal376221317053230506142116
Binary111111101001000111001111010101110011010100011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE91CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE91CF; }

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

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

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

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

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

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

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

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