#F2D7AB

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

Shades of Astra #F2D7AB

Tints of Astra #F2D7AB

Color information

#F2D7AB (or 0xF2D7AB) is unknown color: approx Astra. HEX triplet: F2, D7 and AB. RGB value is (242,215,171). Sum of RGB (Red+Green+Blue) = 242+215+171=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D7AB is #0D2854. Grayscale: #DADADA. Windows color (decimal): -862293 or 11261938. OLE color: 11261938.

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

Color convert

RGB242215171-
CMYK00.110.290.05
HSL37.18º73.2%80.98%-
HSV(B)37.18º29.34%94.9%-
XYZ68.2770.4248.52-
YUV218.06101.45145.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 215 (84.38% from 255) = 34.24%
BLUE value IS 171 (67.19% from 255) = 27.23%
R=38.54%
G=34.24%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221517100.110.290.0537.1873.280.98
HexF2D7AB0B1D5254951
Octal36232725301335545111121
Binary111100101101011110101011010111110110110010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D7AB; }

 p { color: rgb(242,215,171); }

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

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

 a { background-color: rgb(242,215,171); }

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

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

 span { border-color: rgb(242,215,171); }

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