#F0AEAF

Color #F0AEAF Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #F0AEAF

Tints of Pale Chestnut #F0AEAF

Color information

#F0AEAF (or 0xF0AEAF) is unknown color: approx Pale Chestnut. HEX triplet: F0, AE and AF. RGB value is (240,174,175). Sum of RGB (Red+Green+Blue) = 240+174+175=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AEAF is #0F5150. Grayscale: #C1C1C1. Windows color (decimal): -1003857 or 11513584. OLE color: 11513584.

HSL color Cylindrical-coordinate representation of color #F0AEAF: hue angle of 359.09º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0AEAF is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240174175-
CMYK00.280.270.06
HSL359.09º68.75%81.18%-
HSV(B)359.09º27.5%94.12%-
XYZ58.8151.8947.47-
YUV193.85117.37160.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=40.75%
G=29.54%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017417500.280.270.06359.0968.7581.18
HexF0AEAF01C1B61674551
Octal360256257034336547105121
Binary1111000010101110101011110111001101111010110011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEAF; }

 p { color: rgb(240,174,175); }

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

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

 a { background-color: rgb(240,174,175); }

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

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

 span { border-color: rgb(240,174,175); }

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