#F38CCB

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

Shades of Tea Rose #F38CCB

Tints of Tea Rose #F38CCB

Color information

#F38CCB (or 0xF38CCB) is unknown color: approx Tea Rose. HEX triplet: F3, 8C and CB. RGB value is (243,140,203). Sum of RGB (Red+Green+Blue) = 243+140+203=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CCB is #0C7334. Grayscale: #B1B1B1. Windows color (decimal): -815925 or 13339891. OLE color: 13339891.

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

Color convert

RGB243140203-
CMYK00.420.160.05
HSL323.3º81.1%75.1%-
HSV(B)323.3º42.39%95.29%-
XYZ57.1242.1261.62-
YUV177.98142.12174.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.47%
GREEN value IS 140 (55.08% from 255) = 23.89%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=41.47%
G=23.89%
B=34.64%

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
Decimal24314020300.420.160.05323.381.175.1
HexF38CCB02A105143514b
Octal363214313052205503121113
Binary11110011100011001100101101010101000010110100001110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38CCB; }

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

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

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

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

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

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

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

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