#FF8DC6

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

Shades of Tea Rose #FF8DC6

Tints of Tea Rose #FF8DC6

Color information

#FF8DC6 (or 0xFF8DC6) is unknown color: approx Tea Rose. HEX triplet: FF, 8D and C6. RGB value is (255,141,198). Sum of RGB (Red+Green+Blue) = 255+141+198=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DC6 is #007239. Grayscale: #B5B5B5. Windows color (decimal): -29242 or 13012479. OLE color: 13012479.

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

Color convert

RGB255141198-
CMYK00.450.220
HSL330º100%77.65%-
HSV(B)330º44.71%100%-
XYZ60.9644.3958.78-
YUV181.58137.27180.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 141 (55.47% from 255) = 23.74%
BLUE value IS 198 (77.73% from 255) = 33.33%
R=42.93%
G=23.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514119800.450.22033010077.65
HexFF8DC602D16014a644e
Octal377215306055260512144116
Binary111111111000110111000110010110110110010100101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8DC6; }

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

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

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

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

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

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

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

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