#FE7DCD

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

Shades of Tea Rose #FE7DCD

Tints of Tea Rose #FE7DCD

Color information

#FE7DCD (or 0xFE7DCD) is unknown color: approx Tea Rose. HEX triplet: FE, 7D and CD. RGB value is (254,125,205). Sum of RGB (Red+Green+Blue) = 254+125+205=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DCD is #018232. Grayscale: #ACACAC. Windows color (decimal): -98867 or 13467134. OLE color: 13467134.

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

Color convert

RGB254125205-
CMYK00.510.190.00
HSL322.79º98.47%74.31%-
HSV(B)322.79º50.79%99.61%-
XYZ59.2340.1562.38-
YUV172.69146.24186-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 125 (49.22% from 255) = 21.40%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=43.49%
G=21.40%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412520500.510.190.00322.7998.4774.31
HexFE7DCD033130143624a
Octal376175315063230503142112
Binary11111110111110111001101011001110011010100001111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7DCD; }

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

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

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

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

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

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

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

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