#f38cba

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

Shades of Tea Rose #F38CBA

Tints of Tea Rose #F38CBA

Color information

#F38CBA (or 0xF38CBA) is unknown color: approx Tea Rose. HEX triplet: F3, 8C and BA. RGB value is (243,140,186). Sum of RGB (Red+Green+Blue) = 243+140+186=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CBA is #0C7345. Grayscale: #AFAFAF. Windows color (decimal): -815942 or 12225779. OLE color: 12225779.

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

Color convert

RGB243140186-
CMYK00.420.230.05
HSL333.2º81.1%75.1%-
HSV(B)333.2º42.39%95.29%-
XYZ55.241.3651.53-
YUV176.04133.62175.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.71%
GREEN value IS 140 (55.08% from 255) = 24.60%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=42.71%
G=24.60%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314018600.420.230.05333.281.175.1
HexF38CBA02A17514d514b
Octal363214272052275515121113
Binary11110011100011001011101001010101011110110100110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f38cba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f38cba; }

 p { color: rgb(243,140,186); }

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

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

 a { background-color: rgb(243,140,186); }

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

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

 span { border-color: rgb(243,140,186); }

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