#FE91CA

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

Shades of Tea Rose #FE91CA

Tints of Tea Rose #FE91CA

Color information

#FE91CA (or 0xFE91CA) is unknown color: approx Tea Rose. HEX triplet: FE, 91 and CA. RGB value is (254,145,202). Sum of RGB (Red+Green+Blue) = 254+145+202=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91CA is #016E35. Grayscale: #B7B7B7. Windows color (decimal): -93750 or 13275646. OLE color: 13275646.

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

Color convert

RGB254145202-
CMYK00.430.200.00
HSL328.62º98.2%78.24%-
HSV(B)328.62º42.91%99.61%-
XYZ61.6645.5961.43-
YUV184.09138.11177.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=42.26%
G=24.13%
B=33.61%

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
Decimal25414520200.430.200.00328.6298.278.24
HexFE91CA02B140149624e
Octal376221312053240511142116
Binary111111101001000111001010010101110100010100100111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE91CA; }

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

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

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

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

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

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

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

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