#FE90D4

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

Shades of Tea Rose #FE90D4

Tints of Tea Rose #FE90D4

Color information

#FE90D4 (or 0xFE90D4) is unknown color: approx Tea Rose. HEX triplet: FE, 90 and D4. RGB value is (254,144,212). Sum of RGB (Red+Green+Blue) = 254+144+212=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90D4 is #016F2B. Grayscale: #B8B8B8. Windows color (decimal): -93996 or 13930750. OLE color: 13930750.

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

Color convert

RGB254144212-
CMYK00.430.170.00
HSL322.91º98.21%78.04%-
HSV(B)322.91º43.31%99.61%-
XYZ62.7345.7767.82-
YUV184.64143.44177.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.64%
GREEN value IS 144 (56.64% from 255) = 23.61%
BLUE value IS 212 (83.20% from 255) = 34.75%
R=41.64%
G=23.61%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414421200.430.170.00322.9198.2178.04
HexFE90D402B110143624e
Octal376220324053210503142116
Binary111111101001000011010100010101110001010100001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90D4; }

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

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

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

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

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

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

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

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