#F0AA8B

Color #F0AA8B Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #F0AA8B

Tints of Tonys Pink #F0AA8B

Color information

#F0AA8B (or 0xF0AA8B) is unknown color: approx Tonys Pink. HEX triplet: F0, AA and 8B. RGB value is (240,170,139). Sum of RGB (Red+Green+Blue) = 240+170+139=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AA8B is #0F5574. Grayscale: #BBBBBB. Windows color (decimal): -1004917 or 9153264. OLE color: 9153264.

HSL color Cylindrical-coordinate representation of color #F0AA8B: hue angle of 18.42º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0AA8B is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240170139-
CMYK00.290.420.06
HSL18.42º77.1%74.31%-
HSV(B)18.42º42.08%94.12%-
XYZ54.9749.1431.01-
YUV187.4100.69165.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.72%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 139 (54.69% from 255) = 25.32%
R=43.72%
G=30.97%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017013900.290.420.0618.4277.174.31
HexF0AA8B01D2A6124d4a
Octal36025221303552622115112
Binary1111000010101010100010110111011010101101001010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AA8B; }

 p { color: rgb(240,170,139); }

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

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

 a { background-color: rgb(240,170,139); }

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

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

 span { border-color: rgb(240,170,139); }

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