#F3AEAF

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

Shades of Pale Chestnut #F3AEAF

Tints of Pale Chestnut #F3AEAF

Color information

#F3AEAF (or 0xF3AEAF) is unknown color: approx Pale Chestnut. HEX triplet: F3, AE and AF. RGB value is (243,174,175). Sum of RGB (Red+Green+Blue) = 243+174+175=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AEAF is #0C5150. Grayscale: #C2C2C2. Windows color (decimal): -807249 or 11513587. OLE color: 11513587.

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

Color convert

RGB243174175-
CMYK00.280.280.05
HSL359.13º74.19%81.76%-
HSV(B)359.13º28.4%95.29%-
XYZ59.8452.4247.52-
YUV194.74116.86162.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=41.05%
G=29.39%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317417500.280.280.05359.1374.1981.76
HexF3AEAF01C1C51674a52
Octal363256257034345547112122
Binary1111001110101110101011110111001110010110110011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AEAF; }

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

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

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

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

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

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

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

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