#FE90CF

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

Shades of Tea Rose #FE90CF

Tints of Tea Rose #FE90CF

Color information

#FE90CF (or 0xFE90CF) is unknown color: approx Tea Rose. HEX triplet: FE, 90 and CF. RGB value is (254,144,207). Sum of RGB (Red+Green+Blue) = 254+144+207=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90CF is #016F30. Grayscale: #B7B7B7. Windows color (decimal): -94001 or 13603070. OLE color: 13603070.

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

Color convert

RGB254144207-
CMYK00.430.190.00
HSL325.64º98.21%78.04%-
HSV(B)325.64º43.31%99.61%-
XYZ62.1145.5264.54-
YUV184.07140.94177.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 144 (56.64% from 255) = 23.80%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=41.98%
G=23.80%
B=34.21%

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
Decimal25414420700.430.190.00325.6498.2178.04
HexFE90CF02B130146624e
Octal376220317053230506142116
Binary111111101001000011001111010101110011010100011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90CF; }

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

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

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

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

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

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

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

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