#F2DBAA

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

Shades of Astra #F2DBAA

Tints of Astra #F2DBAA

Color information

#F2DBAA (or 0xF2DBAA) is unknown color: approx Astra. HEX triplet: F2, DB and AA. RGB value is (242,219,170). Sum of RGB (Red+Green+Blue) = 242+219+170=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DBAA is #0D2455. Grayscale: #DCDCDC. Windows color (decimal): -861270 or 11197426. OLE color: 11197426.

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

Color convert

RGB242219170-
CMYK00.100.300.05
HSL40.83º73.47%80.78%-
HSV(B)40.83º29.75%94.9%-
XYZ69.2172.4448.37-
YUV220.2999.62143.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 170 (66.80% from 255) = 26.94%
R=38.35%
G=34.71%
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
Decimal24221917000.100.300.0540.8373.4780.78
HexF2DBAA0A1E5294951
Octal36233325201236551111121
Binary111100101101101110101010010101111010110100110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DBAA; }

 p { color: rgb(242,219,170); }

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

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

 a { background-color: rgb(242,219,170); }

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

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

 span { border-color: rgb(242,219,170); }

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