#F4ABAD

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

Shades of Pale Chestnut #F4ABAD

Tints of Pale Chestnut #F4ABAD

Color information

#F4ABAD (or 0xF4ABAD) is unknown color: approx Pale Chestnut. HEX triplet: F4, AB and AD. RGB value is (244,171,173). Sum of RGB (Red+Green+Blue) = 244+171+173=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4ABAD is #0B5452. Grayscale: #C1C1C1. Windows color (decimal): -742483 or 11381748. OLE color: 11381748.

HSL color Cylindrical-coordinate representation of color #F4ABAD: hue angle of 358.36º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ABAD is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244171173-
CMYK00.300.290.04
HSL358.36º76.84%81.37%-
HSV(B)358.36º29.92%95.69%-
XYZ59.4151.3846.32-
YUV193.06116.68164.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.50%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=41.50%
G=29.08%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417117300.300.290.04358.3676.8481.37
HexF4ABAD01E1D41664d51
Octal364253255036354546115121
Binary1111010010101011101011010111101110110010110011010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ABAD; }

 p { color: rgb(244,171,173); }

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

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

 a { background-color: rgb(244,171,173); }

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

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

 span { border-color: rgb(244,171,173); }

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