#F8A8AA

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

Shades of Pale Chestnut #F8A8AA

Tints of Pale Chestnut #F8A8AA

Color information

#F8A8AA (or 0xF8A8AA) is unknown color: approx Pale Chestnut. HEX triplet: F8, A8 and AA. RGB value is (248,168,170). Sum of RGB (Red+Green+Blue) = 248+168+170=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A8AA is #075755. Grayscale: #C0C0C0. Windows color (decimal): -481110 or 11184376. OLE color: 11184376.

HSL color Cylindrical-coordinate representation of color #F8A8AA: hue angle of 358.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A8AA is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248168170-
CMYK00.320.310.03
HSL358.5º85.11%81.57%-
HSV(B)358.5º32.26%97.25%-
XYZ59.9750.8644.69-
YUV192.15115.5167.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.32%
GREEN value IS 168 (66.02% from 255) = 28.67%
BLUE value IS 170 (66.80% from 255) = 29.01%
R=42.32%
G=28.67%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816817000.320.310.03358.585.1181.57
HexF8A8AA0201F31665552
Octal370250252040373546125122
Binary1111100010101000101010100100000111111110110011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A8AA; }

 p { color: rgb(248,168,170); }

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

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

 a { background-color: rgb(248,168,170); }

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

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

 span { border-color: rgb(248,168,170); }

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