#FF8DBA

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

Shades of Tea Rose #FF8DBA

Tints of Tea Rose #FF8DBA

Color information

#FF8DBA (or 0xFF8DBA) is unknown color: approx Tea Rose. HEX triplet: FF, 8D and BA. RGB value is (255,141,186). Sum of RGB (Red+Green+Blue) = 255+141+186=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DBA is #007245. Grayscale: #B4B4B4. Windows color (decimal): -29254 or 12226047. OLE color: 12226047.

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

Color convert

RGB255141186-
CMYK00.450.270
HSL336.32º100%77.65%-
HSV(B)336.32º44.71%100%-
XYZ59.6343.8551.78-
YUV180.22131.27181.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.81%
GREEN value IS 141 (55.47% from 255) = 24.23%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=43.81%
G=24.23%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514118600.450.270336.3210077.65
HexFF8DBA02D1B0150644e
Octal377215272055330520144116
Binary111111111000110110111010010110111011010101000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8DBA; }

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

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

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

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

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

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

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

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