#F2D8AB

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

Shades of Astra #F2D8AB

Tints of Astra #F2D8AB

Color information

#F2D8AB (or 0xF2D8AB) is unknown color: approx Astra. HEX triplet: F2, D8 and AB. RGB value is (242,216,171). Sum of RGB (Red+Green+Blue) = 242+216+171=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D8AB is #0D2754. Grayscale: #DADADA. Windows color (decimal): -862037 or 11262194. OLE color: 11262194.

HSL color Cylindrical-coordinate representation of color #F2D8AB: hue angle of 38.03º 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 #F2D8AB is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242216171-
CMYK00.110.290.05
HSL38.03º73.2%80.98%-
HSV(B)38.03º29.34%94.9%-
XYZ68.5270.9348.61-
YUV218.64101.11144.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.47%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 171 (67.19% from 255) = 27.19%
R=38.47%
G=34.34%
B=27.19%

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
Decimal24221617100.110.290.0538.0373.280.98
HexF2D8AB0B1D5264951
Octal36233025301335546111121
Binary111100101101100010101011010111110110110011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D8AB; }

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

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

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

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

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

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

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

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