#FE8DBA

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

Shades of Tea Rose #FE8DBA

Tints of Tea Rose #FE8DBA

Color information

#FE8DBA (or 0xFE8DBA) is unknown color: approx Tea Rose. HEX triplet: FE, 8D and BA. RGB value is (254,141,186). Sum of RGB (Red+Green+Blue) = 254+141+186=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DBA is #017245. Grayscale: #B3B3B3. Windows color (decimal): -94790 or 12226046. OLE color: 12226046.

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

Color convert

RGB254141186-
CMYK00.440.270.00
HSL336.11º98.26%77.45%-
HSV(B)336.11º44.49%99.61%-
XYZ59.2643.6751.76-
YUV179.92131.44180.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=43.72%
G=24.27%
B=32.01%

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
Decimal25414118600.440.270.00336.1198.2677.45
HexFE8DBA02C1B0150624d
Octal376215272054330520142115
Binary111111101000110110111010010110011011010101000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8DBA; }

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

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

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

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

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

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

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

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