#F18DC8

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

Shades of Tea Rose #F18DC8

Tints of Tea Rose #F18DC8

Color information

#F18DC8 (or 0xF18DC8) is unknown color: approx Tea Rose. HEX triplet: F1, 8D and C8. RGB value is (241,141,200). Sum of RGB (Red+Green+Blue) = 241+141+200=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DC8 is #0E7237. Grayscale: #B1B1B1. Windows color (decimal): -946744 or 13143537. OLE color: 13143537.

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

Color convert

RGB241141200-
CMYK00.410.170.05
HSL324.6º78.12%74.9%-
HSV(B)324.6º41.49%94.51%-
XYZ56.2341.9259.77-
YUV177.63140.63173.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 141 (55.47% from 255) = 24.23%
BLUE value IS 200 (78.52% from 255) = 34.36%
R=41.41%
G=24.23%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114120000.410.170.05324.678.1274.9
HexF18DC80291151454e4b
Octal361215310051215505116113
Binary11110001100011011100100001010011000110110100010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18DC8; }

 p { color: rgb(241,141,200); }

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

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

 a { background-color: rgb(241,141,200); }

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

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

 span { border-color: rgb(241,141,200); }

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