#F18ECC

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

Shades of Tea Rose #F18ECC

Tints of Tea Rose #F18ECC

Color information

#F18ECC (or 0xF18ECC) is unknown color: approx Tea Rose. HEX triplet: F1, 8E and CC. RGB value is (241,142,204). Sum of RGB (Red+Green+Blue) = 241+142+204=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ECC is #0E7133. Grayscale: #B2B2B2. Windows color (decimal): -946484 or 13405937. OLE color: 13405937.

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

Color convert

RGB241142204-
CMYK00.410.150.05
HSL322.42º77.95%75.1%-
HSV(B)322.42º41.08%94.51%-
XYZ56.8542.4162.32-
YUV178.67142.3172.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 142 (55.86% from 255) = 24.19%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=41.06%
G=24.19%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114220400.410.150.05322.4277.9575.1
HexF18ECC029F51424e4b
Octal361216314051175502116113
Binary1111000110001110110011000101001111110110100001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18ECC; }

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

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

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

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

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

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

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

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