#FE90C4

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

Shades of Tea Rose #FE90C4

Tints of Tea Rose #FE90C4

Color information

#FE90C4 (or 0xFE90C4) is unknown color: approx Tea Rose. HEX triplet: FE, 90 and C4. RGB value is (254,144,196). Sum of RGB (Red+Green+Blue) = 254+144+196=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90C4 is #016F3B. Grayscale: #B6B6B6. Windows color (decimal): -94012 or 12882174. OLE color: 12882174.

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

Color convert

RGB254144196-
CMYK00.430.230.00
HSL331.64º98.21%78.04%-
HSV(B)331.64º43.31%99.61%-
XYZ60.814557.71-
YUV182.82135.44178.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 144 (56.64% from 255) = 24.24%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=42.76%
G=24.24%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414419600.430.230.00331.6498.2178.04
HexFE90C402B17014c624e
Octal376220304053270514142116
Binary111111101001000011000100010101110111010100110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90C4; }

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

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

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

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

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

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

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

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