#FF8EC6

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

Shades of Tea Rose #FF8EC6

Tints of Tea Rose #FF8EC6

Color information

#FF8EC6 (or 0xFF8EC6) is unknown color: approx Tea Rose. HEX triplet: FF, 8E and C6. RGB value is (255,142,198). Sum of RGB (Red+Green+Blue) = 255+142+198=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EC6 is #007139. Grayscale: #B6B6B6. Windows color (decimal): -28986 or 13012735. OLE color: 13012735.

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

Color convert

RGB255142198-
CMYK00.440.220
HSL330.27º100%77.84%-
HSV(B)330.27º44.31%100%-
XYZ61.1144.6858.83-
YUV182.17136.94179.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 142 (55.86% from 255) = 23.87%
BLUE value IS 198 (77.73% from 255) = 33.28%
R=42.86%
G=23.87%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514219800.440.220330.2710077.84
HexFF8EC602C16014a644e
Octal377216306054260512144116
Binary111111111000111011000110010110010110010100101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8EC6; }

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

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

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

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

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

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

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

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