#FF8ECB

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

Shades of Tea Rose #FF8ECB

Tints of Tea Rose #FF8ECB

Color information

#FF8ECB (or 0xFF8ECB) is unknown color: approx Tea Rose. HEX triplet: FF, 8E and CB. RGB value is (255,142,203). Sum of RGB (Red+Green+Blue) = 255+142+203=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ECB is #007134. Grayscale: #B6B6B6. Windows color (decimal): -28981 or 13340415. OLE color: 13340415.

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

Color convert

RGB255142203-
CMYK00.440.200
HSL327.61º100%77.84%-
HSV(B)327.61º44.31%100%-
XYZ61.6944.9261.92-
YUV182.74139.44179.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 142 (55.86% from 255) = 23.67%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=42.5%
G=23.67%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514220300.440.200327.6110077.84
HexFF8ECB02C140148644e
Octal377216313054240510144116
Binary111111111000111011001011010110010100010100100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8ECB; }

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

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

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

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

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

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

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

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