#FE8FCC

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

Shades of Tea Rose #FE8FCC

Tints of Tea Rose #FE8FCC

Color information

#FE8FCC (or 0xFE8FCC) is unknown color: approx Tea Rose. HEX triplet: FE, 8F and CC. RGB value is (254,143,204). Sum of RGB (Red+Green+Blue) = 254+143+204=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FCC is #017033. Grayscale: #B7B7B7. Windows color (decimal): -94260 or 13406206. OLE color: 13406206.

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

Color convert

RGB254143204-
CMYK00.440.200.00
HSL327.03º98.23%77.84%-
HSV(B)327.03º43.7%99.61%-
XYZ61.5945.0862.58-
YUV183.14139.77178.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 143 (56.25% from 255) = 23.79%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=42.26%
G=23.79%
B=33.94%

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
Decimal25414320400.440.200.00327.0398.2377.84
HexFE8FCC02C140147624e
Octal376217314054240507142116
Binary111111101000111111001100010110010100010100011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8FCC; }

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

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

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

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

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

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

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

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