#FE8DB9

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

Shades of Tea Rose #FE8DB9

Tints of Tea Rose #FE8DB9

Color information

#FE8DB9 (or 0xFE8DB9) is unknown color: approx Tea Rose. HEX triplet: FE, 8D and B9. RGB value is (254,141,185). Sum of RGB (Red+Green+Blue) = 254+141+185=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DB9 is #017246. Grayscale: #B3B3B3. Windows color (decimal): -94791 or 12160510. OLE color: 12160510.

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

Color convert

RGB254141185-
CMYK00.440.270.00
HSL336.64º98.26%77.45%-
HSV(B)336.64º44.49%99.61%-
XYZ59.1543.6251.2-
YUV179.8130.94180.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 141 (55.47% from 255) = 24.31%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=43.79%
G=24.31%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414118500.440.270.00336.6498.2677.45
HexFE8DB902C1B0151624d
Octal376215271054330521142115
Binary111111101000110110111001010110011011010101000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8DB9; }

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

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

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

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

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

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

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

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