#F3ACAF

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

Shades of Pale Chestnut #F3ACAF

Tints of Pale Chestnut #F3ACAF

Color information

#F3ACAF (or 0xF3ACAF) is unknown color: approx Pale Chestnut. HEX triplet: F3, AC and AF. RGB value is (243,172,175). Sum of RGB (Red+Green+Blue) = 243+172+175=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3ACAF is #0C5350. Grayscale: #C1C1C1. Windows color (decimal): -807761 or 11513075. OLE color: 11513075.

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

Color convert

RGB243172175-
CMYK00.290.280.05
HSL357.46º74.74%81.37%-
HSV(B)357.46º29.22%95.29%-
XYZ59.4551.6547.39-
YUV193.57117.52163.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.19%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=41.19%
G=29.15%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317217500.290.280.05357.4674.7481.37
HexF3ACAF01D1C51654b51
Octal363254257035345545113121
Binary1111001110101100101011110111011110010110110010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ACAF; }

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

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

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

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

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

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

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

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