Html Css Color HEX #F0DBA9 Astra

📋 copy color: '#F0DBA9'

red 240 ◦ green 219 ◦ blue 169

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

Shades of Astra #F0DBA9

Tints of Astra #F0DBA9

RGB

 RED value IS 240 (94.14% from 255) = 38.22%

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

 BLUE value IS 169 (66.41% from 255) = 26.91%

R = 38.22%
G = 34.87%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F0DBA9 (or 0xF0DBA9) is known color: Astra. HEX triplet: F0, DB and A9. RGB value is (240,219,169). Sum of RGB (Red+Green+Blue) = 240+219+169=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DBA9 is #0F2456. Grayscale: #DBDBDB. Windows color (decimal): -992343 or 11131888. OLE color: 11131888.

HSL color Cylindrical-coordinate representation of color #F0DBA9: hue angle of 42.25º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0DBA9 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 219 169 -
CMYK 0 0.09 0.30 0.06
HSL 42.25º 0.7% 0.8% -
HSV(B) 42.25º 0.3% 0.94% -
XYZ 68.43 72.05 47.84 -
YUV 219.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 240 219 169 0 0.09 0.30 0.06 42.25 0.7 0.8
Hex F0 DB A9 0 9 1E 6 2A 46 50
Octal 360 333 251 0 11 36 6 52 106 120
Binary 11110000 11011011 10101001 0 1001 11110 110 101010 1000110 1010000

Color Harmonies of #F0DBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBA9

Black with #F0DBA9

Text Example


Text Example

White with #F0DBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBA9; }

 p { color: rgb(240,219,169); }

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

background-color css

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

 a { background-color: rgb(240,219,169); }

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

border-color css

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

 span { border-color: rgb(240,219,169); }

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