#F2A7AE

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

Shades of Pale Chestnut #F2A7AE

Tints of Pale Chestnut #F2A7AE

Color information

#F2A7AE (or 0xF2A7AE) is unknown color: approx Pale Chestnut. HEX triplet: F2, A7 and AE. RGB value is (242,167,174). Sum of RGB (Red+Green+Blue) = 242+167+174=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 167 (65.62% from 255 or 28.64% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A7AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A7AE is #0D5851. Grayscale: #BEBEBE. Windows color (decimal): -874578 or 11446258. OLE color: 11446258.

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

Color convert

RGB242167174-
CMYK00.310.280.05
HSL354.4º74.26%80.2%-
HSV(B)354.4º30.99%94.9%-
XYZ58.0849.5746.55-
YUV190.22118.85164.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.51%
GREEN value IS 167 (65.62% from 255) = 28.64%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=41.51%
G=28.64%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216717400.310.280.05354.474.2680.2
HexF2A7AE01F1C51624a50
Octal362247256037345542112120
Binary1111001010100111101011100111111110010110110001010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A7AE; }

 p { color: rgb(242,167,174); }

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

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

 a { background-color: rgb(242,167,174); }

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

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

 span { border-color: rgb(242,167,174); }

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