Html Css Color HEX #F1D9AB Astra

📋 copy color: '#F1D9AB'

red 241 ◦ green 217 ◦ blue 171

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

Shades of Astra #F1D9AB

Tints of Astra #F1D9AB

RGB

 RED value IS 241 (94.53% from 255) = 38.31%

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

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

R = 38.31%
G = 34.5%
B = 27.19%

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

#F1D9AB (or 0xF1D9AB) is known color: Astra. HEX triplet: F1, D9 and AB. RGB value is (241,217,171). Sum of RGB (Red+Green+Blue) = 241+217+171=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D9AB is #0E2654. Grayscale: #DBDBDB. Windows color (decimal): -927317 or 11262449. OLE color: 11262449.

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

Color convert

RGB 241 217 171 -
CMYK 0 0.10 0.29 0.05
HSL 39.43º 0.71% 0.81% -
HSV(B) 39.43º 0.29% 0.95% -
XYZ 68.44 71.27 48.68 -
YUV 218.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 241 217 171 0 0.10 0.29 0.05 39.43 0.71 0.81
Hex F1 D9 AB 0 A 1D 5 27 47 51
Octal 361 331 253 0 12 35 5 47 107 121
Binary 11110001 11011001 10101011 0 1010 11101 101 100111 1000111 1010001

Color Harmonies of #F1D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D9AB

Black with #F1D9AB

Text Example


Text Example

White with #F1D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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