#F5ADAF

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

Shades of Pale Chestnut #F5ADAF

Tints of Pale Chestnut #F5ADAF

Color information

#F5ADAF (or 0xF5ADAF) is unknown color: approx Pale Chestnut. HEX triplet: F5, AD and AF. RGB value is (245,173,175). Sum of RGB (Red+Green+Blue) = 245+173+175=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ADAF is #0A5250. Grayscale: #C2C2C2. Windows color (decimal): -676433 or 11513333. OLE color: 11513333.

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

Color convert

RGB245173175-
CMYK00.290.290.04
HSL358.33º78.26%81.96%-
HSV(B)358.33º29.39%96.08%-
XYZ60.3452.3947.49-
YUV194.76116.85163.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.32%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 175 (68.75% from 255) = 29.51%
R=41.32%
G=29.17%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517317500.290.290.04358.3378.2681.96
HexF5ADAF01D1D41664e52
Octal365255257035354546116122
Binary1111010110101101101011110111011110110010110011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ADAF; }

 p { color: rgb(245,173,175); }

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

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

 a { background-color: rgb(245,173,175); }

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

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

 span { border-color: rgb(245,173,175); }

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