#F58EBD

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

Shades of Tea Rose #F58EBD

Tints of Tea Rose #F58EBD

Color information

#F58EBD (or 0xF58EBD) is unknown color: approx Tea Rose. HEX triplet: F5, 8E and BD. RGB value is (245,142,189). Sum of RGB (Red+Green+Blue) = 245+142+189=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58EBD is #0A7142. Grayscale: #B2B2B2. Windows color (decimal): -684355 or 12422901. OLE color: 12422901.

HSL color Cylindrical-coordinate representation of color #F58EBD: hue angle of 332.62º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58EBD is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB245142189-
CMYK00.420.230.04
HSL332.62º83.74%75.88%-
HSV(B)332.62º42.04%96.08%-
XYZ56.5142.4353.36-
YUV178.15134.12175.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.53%
GREEN value IS 142 (55.86% from 255) = 24.65%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=42.53%
G=24.65%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514218900.420.230.04332.6283.7475.88
HexF58EBD02A17414d544c
Octal365216275052274515124114
Binary11110101100011101011110101010101011110010100110110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58EBD; }

 p { color: rgb(245,142,189); }

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

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

 a { background-color: rgb(245,142,189); }

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

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

 span { border-color: rgb(245,142,189); }

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