#FE8DCC

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

Shades of Tea Rose #FE8DCC

Tints of Tea Rose #FE8DCC

Color information

#FE8DCC (or 0xFE8DCC) is unknown color: approx Tea Rose. HEX triplet: FE, 8D and CC. RGB value is (254,141,204). Sum of RGB (Red+Green+Blue) = 254+141+204=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DCC is #017233. Grayscale: #B5B5B5. Windows color (decimal): -94772 or 13405694. OLE color: 13405694.

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

Color convert

RGB254141204-
CMYK00.440.200.00
HSL326.55º98.26%77.45%-
HSV(B)326.55º44.49%99.61%-
XYZ61.344.4862.48-
YUV181.97140.44179.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 141 (55.47% from 255) = 23.54%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=42.40%
G=23.54%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414120400.440.200.00326.5598.2677.45
HexFE8DCC02C140147624d
Octal376215314054240507142115
Binary111111101000110111001100010110010100010100011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8DCC; }

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

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

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

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

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

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

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

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