#F38EBD

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

Shades of Tea Rose #F38EBD

Tints of Tea Rose #F38EBD

Color information

#F38EBD (or 0xF38EBD) is unknown color: approx Tea Rose. HEX triplet: F3, 8E and BD. RGB value is (243,142,189). Sum of RGB (Red+Green+Blue) = 243+142+189=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F38EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38EBD is #0C7142. Grayscale: #B1B1B1. Windows color (decimal): -815427 or 12422899. OLE color: 12422899.

HSL color Cylindrical-coordinate representation of color #F38EBD: hue angle of 332.08º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38EBD is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB243142189-
CMYK00.420.220.05
HSL332.08º80.8%75.49%-
HSV(B)332.08º41.56%95.29%-
XYZ55.8242.0753.32-
YUV177.56134.46174.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.33%
GREEN value IS 142 (55.86% from 255) = 24.74%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=42.33%
G=24.74%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314218900.420.220.05332.0880.875.49
HexF38EBD02A16514c514b
Octal363216275052265514121113
Binary11110011100011101011110101010101011010110100110010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38EBD; }

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

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

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

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

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

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

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

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