#FE7DCC

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

Shades of Tea Rose #FE7DCC

Tints of Tea Rose #FE7DCC

Color information

#FE7DCC (or 0xFE7DCC) is unknown color: approx Tea Rose. HEX triplet: FE, 7D and CC. RGB value is (254,125,204). Sum of RGB (Red+Green+Blue) = 254+125+204=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DCC is #018233. Grayscale: #ACACAC. Windows color (decimal): -98868 or 13401598. OLE color: 13401598.

HSL color Cylindrical-coordinate representation of color #FE7DCC: hue angle of 323.26º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7DCC is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254125204-
CMYK00.510.200.00
HSL323.26º98.47%74.31%-
HSV(B)323.26º50.79%99.61%-
XYZ59.1140.161.75-
YUV172.58145.74186.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 125 (49.22% from 255) = 21.44%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=43.57%
G=21.44%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412520400.510.200.00323.2698.4774.31
HexFE7DCC033140143624a
Octal376175314063240503142112
Binary11111110111110111001100011001110100010100001111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7DCC; }

 p { color: rgb(254,125,204); }

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

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

 a { background-color: rgb(254,125,204); }

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

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

 span { border-color: rgb(254,125,204); }

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