#F3D9A9

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

Shades of Astra #F3D9A9

Tints of Astra #F3D9A9

Color information

#F3D9A9 (or 0xF3D9A9) is unknown color: approx Astra. HEX triplet: F3, D9 and A9. RGB value is (243,217,169). Sum of RGB (Red+Green+Blue) = 243+217+169=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D9A9 is #0C2656. Grayscale: #DBDBDB. Windows color (decimal): -796247 or 11131379. OLE color: 11131379.

HSL color Cylindrical-coordinate representation of color #F3D9A9: hue angle of 38.92º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3D9A9 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243217169-
CMYK00.110.300.05
HSL38.92º75.51%80.78%-
HSV(B)38.92º30.45%95.29%-
XYZ68.9471.5447.71-
YUV219.399.61144.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.63%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 169 (66.41% from 255) = 26.87%
R=38.63%
G=34.50%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321716900.110.300.0538.9275.5180.78
HexF3D9A90B1E5274c51
Octal36333125101336547114121
Binary111100111101100110101001010111111010110011110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D9A9; }

 p { color: rgb(243,217,169); }

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

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

 a { background-color: rgb(243,217,169); }

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

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

 span { border-color: rgb(243,217,169); }

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