#F8A8AB

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

Shades of Pale Chestnut #F8A8AB

Tints of Pale Chestnut #F8A8AB

Color information

#F8A8AB (or 0xF8A8AB) is unknown color: approx Pale Chestnut. HEX triplet: F8, A8 and AB. RGB value is (248,168,171). Sum of RGB (Red+Green+Blue) = 248+168+171=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A8AB is #075754. Grayscale: #C0C0C0. Windows color (decimal): -481109 or 11249912. OLE color: 11249912.

HSL color Cylindrical-coordinate representation of color #F8A8AB: hue angle of 357.75º 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 #F8A8AB is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248168171-
CMYK00.320.310.03
HSL357.75º85.11%81.57%-
HSV(B)357.75º32.26%97.25%-
XYZ60.0650.945.19-
YUV192.26116167.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 168 (66.02% from 255) = 28.62%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=42.25%
G=28.62%
B=29.13%

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
Decimal24816817100.320.310.03357.7585.1181.57
HexF8A8AB0201F31665552
Octal370250253040373546125122
Binary1111100010101000101010110100000111111110110011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A8AB; }

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

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

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

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

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

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

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

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