#FF8EC8

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

Shades of Tea Rose #FF8EC8

Tints of Tea Rose #FF8EC8

Color information

#FF8EC8 (or 0xFF8EC8) is unknown color: approx Tea Rose. HEX triplet: FF, 8E and C8. RGB value is (255,142,200). Sum of RGB (Red+Green+Blue) = 255+142+200=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EC8 is #007137. Grayscale: #B6B6B6. Windows color (decimal): -28984 or 13143807. OLE color: 13143807.

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

Color convert

RGB255142200-
CMYK00.440.220
HSL329.2º100%77.84%-
HSV(B)329.2º44.31%100%-
XYZ61.3444.7860.05-
YUV182.4137.94179.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 142 (55.86% from 255) = 23.79%
BLUE value IS 200 (78.52% from 255) = 33.50%
R=42.71%
G=23.79%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514220000.440.220329.210077.84
HexFF8EC802C160149644e
Octal377216310054260511144116
Binary111111111000111011001000010110010110010100100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8EC8; }

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

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

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

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

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

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

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

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