#F3DAAA

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

Shades of Astra #F3DAAA

Tints of Astra #F3DAAA

Color information

#F3DAAA (or 0xF3DAAA) is unknown color: approx Astra. HEX triplet: F3, DA and AA. RGB value is (243,218,170). Sum of RGB (Red+Green+Blue) = 243+218+170=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DAAA is #0C2555. Grayscale: #DCDCDC. Windows color (decimal): -795990 or 11197171. OLE color: 11197171.

HSL color Cylindrical-coordinate representation of color #F3DAAA: hue angle of 39.45º degrees, saturation: 0.75, 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 #F3DAAA is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243218170-
CMYK00.100.300.05
HSL39.45º75.26%80.98%-
HSV(B)39.45º30.04%95.29%-
XYZ69.2972.148.29-
YUV22099.78144.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 170 (66.80% from 255) = 26.94%
R=38.51%
G=34.55%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321817000.100.300.0539.4575.2680.98
HexF3DAAA0A1E5274b51
Octal36333225201236547113121
Binary111100111101101010101010010101111010110011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAAA; }

 p { color: rgb(243,218,170); }

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

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

 a { background-color: rgb(243,218,170); }

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

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

 span { border-color: rgb(243,218,170); }

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