Html Css Color HEX #F1DBAA Astra

📋 copy color: '#F1DBAA'

red 241 ◦ green 219 ◦ blue 170

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

Shades of Astra #F1DBAA

Tints of Astra #F1DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.76%

 BLUE value IS 170 (66.8% from 255) = 26.98%

R = 38.25%
G = 34.76%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1DBAA (or 0xF1DBAA) is known color: Astra. HEX triplet: F1, DB and AA. RGB value is (241,219,170). Sum of RGB (Red+Green+Blue) = 241+219+170=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DBAA is #0E2455. Grayscale: #DCDCDC. Windows color (decimal): -926806 or 11197425. OLE color: 11197425.

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

Color convert

RGB 241 219 170 -
CMYK 0 0.09 0.29 0.05
HSL 41.41º 0.72% 0.81% -
HSV(B) 41.41º 0.29% 0.95% -
XYZ 68.86 72.27 48.35 -
YUV 219.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 241 219 170 0 0.09 0.29 0.05 41.41 0.72 0.81
Hex F1 DB AA 0 9 1D 5 29 48 51
Octal 361 333 252 0 11 35 5 51 110 121
Binary 11110001 11011011 10101010 0 1001 11101 101 101001 1001000 1010001

Color Harmonies of #F1DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBAA

Black with #F1DBAA

Text Example


Text Example

White with #F1DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBAA; }

 p { color: rgb(241,219,170); }

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

background-color css

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

 a { background-color: rgb(241,219,170); }

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

border-color css

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

 span { border-color: rgb(241,219,170); }

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