#FE7EC3

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

Shades of Tea Rose #FE7EC3

Tints of Tea Rose #FE7EC3

Color information

#FE7EC3 (or 0xFE7EC3) is unknown color: approx Tea Rose. HEX triplet: FE, 7E and C3. RGB value is (254,126,195). Sum of RGB (Red+Green+Blue) = 254+126+195=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EC3 is #01813C. Grayscale: #ABABAB. Windows color (decimal): -98621 or 12812030. OLE color: 12812030.

HSL color Cylindrical-coordinate representation of color #FE7EC3: hue angle of 327.66º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7EC3 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB254126195-
CMYK00.500.230.00
HSL327.66º98.46%74.51%-
HSV(B)327.66º50.39%99.61%-
XYZ58.1839.9356.27-
YUV172.14140.91186.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 126 (49.61% from 255) = 21.91%
BLUE value IS 195 (76.56% from 255) = 33.91%
R=44.17%
G=21.91%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412619500.500.230.00327.6698.4674.51
HexFE7EC3032170148624b
Octal376176303062270510142113
Binary11111110111111011000011011001010111010100100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7EC3; }

 p { color: rgb(254,126,195); }

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

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

 a { background-color: rgb(254,126,195); }

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

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

 span { border-color: rgb(254,126,195); }

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