#F38DCB

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

Shades of Tea Rose #F38DCB

Tints of Tea Rose #F38DCB

Color information

#F38DCB (or 0xF38DCB) is unknown color: approx Tea Rose. HEX triplet: F3, 8D and CB. RGB value is (243,141,203). Sum of RGB (Red+Green+Blue) = 243+141+203=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DCB is #0C7234. Grayscale: #B2B2B2. Windows color (decimal): -815669 or 13340147. OLE color: 13340147.

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

Color convert

RGB243141203-
CMYK00.420.160.05
HSL323.53º80.95%75.29%-
HSV(B)323.53º41.98%95.29%-
XYZ57.2742.4261.67-
YUV178.57141.79173.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.40%
GREEN value IS 141 (55.47% from 255) = 24.02%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=41.40%
G=24.02%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314120300.420.160.05323.5380.9575.29
HexF38DCB02A105144514b
Octal363215313052205504121113
Binary11110011100011011100101101010101000010110100010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38DCB; }

 p { color: rgb(243,141,203); }

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

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

 a { background-color: rgb(243,141,203); }

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

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

 span { border-color: rgb(243,141,203); }

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