Html Css Color HEX #F2D9AB Astra

📋 copy color: '#F2D9AB'

red 242 ◦ green 217 ◦ blue 171

#F2D9AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astra #F2D9AB

Tints of Astra #F2D9AB

RGB

 RED value IS 242 (94.92% from 255) = 38.41%

 GREEN value IS 217 (85.16% from 255) = 34.44%

 BLUE value IS 171 (67.19% from 255) = 27.14%

R = 38.41%
G = 34.44%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2D9AB (or 0xF2D9AB) is known color: Astra. HEX triplet: F2, D9 and AB. RGB value is (242,217,171). Sum of RGB (Red+Green+Blue) = 242+217+171=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D9AB is #0D2654. Grayscale: #DBDBDB. Windows color (decimal): -861781 or 11262450. OLE color: 11262450.

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

Color convert

RGB 242 217 171 -
CMYK 0 0.10 0.29 0.05
HSL 38.87º 0.73% 0.81% -
HSV(B) 38.87º 0.29% 0.95% -
XYZ 68.78 71.44 48.69 -
YUV 219.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 242 217 171 0 0.10 0.29 0.05 38.87 0.73 0.81
Hex F2 D9 AB 0 A 1D 5 27 49 51
Octal 362 331 253 0 12 35 5 47 111 121
Binary 11110010 11011001 10101011 0 1010 11101 101 100111 1001001 1010001

Color Harmonies of #F2D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9AB

Black with #F2D9AB

Text Example


Text Example

White with #F2D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9AB; }

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

 H1.HeaderClassName
 {
   color: #F2D9AB;
 }
 .AnyTagClassName
 {
   color: #F2D9AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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