#FE91CC

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

Shades of Tea Rose #FE91CC

Tints of Tea Rose #FE91CC

Color information

#FE91CC (or 0xFE91CC) is unknown color: approx Tea Rose. HEX triplet: FE, 91 and CC. RGB value is (254,145,204). Sum of RGB (Red+Green+Blue) = 254+145+204=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91CC is #016E33. Grayscale: #B8B8B8. Windows color (decimal): -93748 or 13406718. OLE color: 13406718.

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

Color convert

RGB254145204-
CMYK00.430.200.00
HSL327.52º98.2%78.24%-
HSV(B)327.52º42.91%99.61%-
XYZ61.945.6862.68-
YUV184.32139.11177.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 145 (57.03% from 255) = 24.05%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=42.12%
G=24.05%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414520400.430.200.00327.5298.278.24
HexFE91CC02B140148624e
Octal376221314053240510142116
Binary111111101001000111001100010101110100010100100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE91CC; }

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

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

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

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

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

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

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

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