#FF8DC2

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

Shades of Tea Rose #FF8DC2

Tints of Tea Rose #FF8DC2

Color information

#FF8DC2 (or 0xFF8DC2) is unknown color: approx Tea Rose. HEX triplet: FF, 8D and C2. RGB value is (255,141,194). Sum of RGB (Red+Green+Blue) = 255+141+194=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DC2 is #00723D. Grayscale: #B5B5B5. Windows color (decimal): -29246 or 12750335. OLE color: 12750335.

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

Color convert

RGB255141194-
CMYK00.450.240
HSL332.11º100%77.65%-
HSV(B)332.11º44.71%100%-
XYZ60.544.256.38-
YUV181.13135.27180.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 141 (55.47% from 255) = 23.90%
BLUE value IS 194 (76.17% from 255) = 32.88%
R=43.22%
G=23.90%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514119400.450.240332.1110077.65
HexFF8DC202D18014c644e
Octal377215302055300514144116
Binary111111111000110111000010010110111000010100110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8DC2; }

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

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

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

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

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

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

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

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