#FE8DD1

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

Shades of Tea Rose #FE8DD1

Tints of Tea Rose #FE8DD1

Color information

#FE8DD1 (or 0xFE8DD1) is unknown color: approx Tea Rose. HEX triplet: FE, 8D and D1. RGB value is (254,141,209). Sum of RGB (Red+Green+Blue) = 254+141+209=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DD1 is #01722E. Grayscale: #B6B6B6. Windows color (decimal): -94767 or 13733374. OLE color: 13733374.

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

Color convert

RGB254141209-
CMYK00.440.180.00
HSL323.89º98.26%77.45%-
HSV(B)323.89º44.49%99.61%-
XYZ61.9144.7265.69-
YUV182.54142.94178.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 141 (55.47% from 255) = 23.34%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=42.05%
G=23.34%
B=34.60%

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
Decimal25414120900.440.180.00323.8998.2677.45
HexFE8DD102C120144624d
Octal376215321054220504142115
Binary111111101000110111010001010110010010010100010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8DD1; }

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

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

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

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

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

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

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

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