#F4ABAF

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

Shades of Pale Chestnut #F4ABAF

Tints of Pale Chestnut #F4ABAF

Color information

#F4ABAF (or 0xF4ABAF) is unknown color: approx Pale Chestnut. HEX triplet: F4, AB and AF. RGB value is (244,171,175). Sum of RGB (Red+Green+Blue) = 244+171+175=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4ABAF is #0B5450. Grayscale: #C1C1C1. Windows color (decimal): -742481 or 11512820. OLE color: 11512820.

HSL color Cylindrical-coordinate representation of color #F4ABAF: hue angle of 356.71º 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 #F4ABAF is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB244171175-
CMYK00.300.280.04
HSL356.71º76.84%81.37%-
HSV(B)356.71º29.92%95.69%-
XYZ59.6151.4547.35-
YUV193.28117.68164.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.36%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=41.36%
G=28.98%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417117500.300.280.04356.7176.8481.37
HexF4ABAF01E1C41654d51
Octal364253257036344545115121
Binary1111010010101011101011110111101110010010110010110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ABAF; }

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

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

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

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

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

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

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

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