#F18ACB

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

Shades of Tea Rose #F18ACB

Tints of Tea Rose #F18ACB

Color information

#F18ACB (or 0xF18ACB) is unknown color: approx Tea Rose. HEX triplet: F1, 8A and CB. RGB value is (241,138,203). Sum of RGB (Red+Green+Blue) = 241+138+203=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ACB is #0E7534. Grayscale: #B0B0B0. Windows color (decimal): -947509 or 13339377. OLE color: 13339377.

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

Color convert

RGB241138203-
CMYK00.430.160.05
HSL322.14º78.63%74.31%-
HSV(B)322.14º42.74%94.51%-
XYZ56.1441.1961.49-
YUV176.21143.12174.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=41.41%
G=23.71%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113820300.430.160.05322.1478.6374.31
HexF18ACB02B1051424f4a
Octal361212313053205502117112
Binary11110001100010101100101101010111000010110100001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18ACB; }

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

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

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

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

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

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

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

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