#FF8DC5

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

Shades of Tea Rose #FF8DC5

Tints of Tea Rose #FF8DC5

Color information

#FF8DC5 (or 0xFF8DC5) is unknown color: approx Tea Rose. HEX triplet: FF, 8D and C5. RGB value is (255,141,197). Sum of RGB (Red+Green+Blue) = 255+141+197=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DC5 is #00723A. Grayscale: #B5B5B5. Windows color (decimal): -29243 or 12946943. OLE color: 12946943.

HSL color Cylindrical-coordinate representation of color #FF8DC5: hue angle of 330.53º 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 #FF8DC5 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB255141197-
CMYK00.450.230
HSL330.53º100%77.65%-
HSV(B)330.53º44.71%100%-
XYZ60.8444.3458.18-
YUV181.47136.77180.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 141 (55.47% from 255) = 23.78%
BLUE value IS 197 (77.34% from 255) = 33.22%
R=43.00%
G=23.78%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514119700.450.230330.5310077.65
HexFF8DC502D17014b644e
Octal377215305055270513144116
Binary111111111000110111000101010110110111010100101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8DC5; }

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

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

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

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

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

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

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

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