Html Css Color HEX #F1D9AC Astra

📋 copy color: '#F1D9AC'

red 241 ◦ green 217 ◦ blue 172

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

Shades of Astra #F1D9AC

Tints of Astra #F1D9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.3%

R = 38.25%
G = 34.44%
B = 27.3%

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

#F1D9AC (or 0xF1D9AC) is known color: Astra. HEX triplet: F1, D9 and AC. RGB value is (241,217,172). Sum of RGB (Red+Green+Blue) = 241+217+172=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D9AC is #0E2653. Grayscale: #DBDBDB. Windows color (decimal): -927316 or 11327985. OLE color: 11327985.

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

Color convert

RGB 241 217 172 -
CMYK 0 0.10 0.29 0.05
HSL 39.13º 0.71% 0.81% -
HSV(B) 39.13º 0.29% 0.95% -
XYZ 68.53 71.31 49.18 -
YUV 219.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 241 217 172 0 0.10 0.29 0.05 39.13 0.71 0.81
Hex F1 D9 AC 0 A 1D 5 27 47 51
Octal 361 331 254 0 12 35 5 47 107 121
Binary 11110001 11011001 10101100 0 1010 11101 101 100111 1000111 1010001

Color Harmonies of #F1D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D9AC

Black with #F1D9AC

Text Example


Text Example

White with #F1D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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