#F18ECB

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

Shades of Tea Rose #F18ECB

Tints of Tea Rose #F18ECB

Color information

#F18ECB (or 0xF18ECB) is unknown color: approx Tea Rose. HEX triplet: F1, 8E and CB. RGB value is (241,142,203). Sum of RGB (Red+Green+Blue) = 241+142+203=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ECB is #0E7134. Grayscale: #B2B2B2. Windows color (decimal): -946485 or 13340401. OLE color: 13340401.

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

Color convert

RGB241142203-
CMYK00.410.160.05
HSL323.03º77.95%75.1%-
HSV(B)323.03º41.08%94.51%-
XYZ56.7342.3661.69-
YUV178.56141.8172.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=41.13%
G=24.23%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114220300.410.160.05323.0377.9575.1
HexF18ECB0291051434e4b
Octal361216313051205503116113
Binary11110001100011101100101101010011000010110100001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18ECB; }

 p { color: rgb(241,142,203); }

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

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

 a { background-color: rgb(241,142,203); }

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

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

 span { border-color: rgb(241,142,203); }

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