#F1ADAF

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

Shades of Pale Chestnut #F1ADAF

Tints of Pale Chestnut #F1ADAF

Color information

#F1ADAF (or 0xF1ADAF) is unknown color: approx Pale Chestnut. HEX triplet: F1, AD and AF. RGB value is (241,173,175). Sum of RGB (Red+Green+Blue) = 241+173+175=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ADAF is #0E5250. Grayscale: #C1C1C1. Windows color (decimal): -938577 or 11513329. OLE color: 11513329.

HSL color Cylindrical-coordinate representation of color #F1ADAF: hue angle of 358.24º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADAF is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB241173175-
CMYK00.280.270.05
HSL358.24º70.83%81.18%-
HSV(B)358.24º28.22%94.51%-
XYZ58.9651.6847.43-
YUV193.56117.53161.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=40.92%
G=29.37%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117317500.280.270.05358.2470.8381.18
HexF1ADAF01C1B51664751
Octal361255257034335546107121
Binary1111000110101101101011110111001101110110110011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADAF; }

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

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

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

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

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

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

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

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