#F38ED0

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

Shades of Tea Rose #F38ED0

Tints of Tea Rose #F38ED0

Color information

#F38ED0 (or 0xF38ED0) is unknown color: approx Tea Rose. HEX triplet: F3, 8E and D0. RGB value is (243,142,208). Sum of RGB (Red+Green+Blue) = 243+142+208=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ED0 is #0C712F. Grayscale: #B3B3B3. Windows color (decimal): -815408 or 13668083. OLE color: 13668083.

HSL color Cylindrical-coordinate representation of color #F38ED0: hue angle of 320.79º 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 #F38ED0 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB243142208-
CMYK00.420.140.05
HSL320.79º80.8%75.49%-
HSV(B)320.79º41.56%95.29%-
XYZ58.0242.9564.91-
YUV179.72143.96173.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.98%
GREEN value IS 142 (55.86% from 255) = 23.95%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=40.98%
G=23.95%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314220800.420.140.05320.7980.875.49
HexF38ED002AE5141514b
Octal363216320052165501121113
Binary1111001110001110110100000101010111010110100000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38ED0; }

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

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

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

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

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

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

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

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