#FE8DD0

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

Shades of Tea Rose #FE8DD0

Tints of Tea Rose #FE8DD0

Color information

#FE8DD0 (or 0xFE8DD0) is unknown color: approx Tea Rose. HEX triplet: FE, 8D and D0. RGB value is (254,141,208). Sum of RGB (Red+Green+Blue) = 254+141+208=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DD0 is #01722F. Grayscale: #B6B6B6. Windows color (decimal): -94768 or 13667838. OLE color: 13667838.

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

Color convert

RGB254141208-
CMYK00.440.180.00
HSL324.42º98.26%77.45%-
HSV(B)324.42º44.49%99.61%-
XYZ61.7844.6765.04-
YUV182.42142.44179.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 141 (55.47% from 255) = 23.38%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=42.12%
G=23.38%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414120800.440.180.00324.4298.2677.45
HexFE8DD002C120144624d
Octal376215320054220504142115
Binary111111101000110111010000010110010010010100010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8DD0; }

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

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

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

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

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

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

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

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