#F0D9AB

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

Shades of Astra #F0D9AB

Tints of Astra #F0D9AB

Color information

#F0D9AB (or 0xF0D9AB) is unknown color: approx Astra. HEX triplet: F0, D9 and AB. RGB value is (240,217,171). Sum of RGB (Red+Green+Blue) = 240+217+171=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D9AB is #0F2654. Grayscale: #DADADA. Windows color (decimal): -992853 or 11262448. OLE color: 11262448.

HSL color Cylindrical-coordinate representation of color #F0D9AB: hue angle of 40º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0D9AB is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB240217171-
CMYK00.100.290.06
HSL40º69.7%80.59%-
HSV(B)40º28.75%94.12%-
XYZ68.171.0948.66-
YUV218.63101.12143.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 217 (85.16% from 255) = 34.55%
BLUE value IS 171 (67.19% from 255) = 27.23%
R=38.22%
G=34.55%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021717100.100.290.064069.780.59
HexF0D9AB0A1D6284651
Octal36033125301235650106121
Binary111100001101100110101011010101110111010100010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9AB; }

 p { color: rgb(240,217,171); }

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

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

 a { background-color: rgb(240,217,171); }

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

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

 span { border-color: rgb(240,217,171); }

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