Html Css Color HEX #F0DAAA Astra

📋 copy color: '#F0DAAA'

red 240 ◦ green 218 ◦ blue 170

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

Shades of Astra #F0DAAA

Tints of Astra #F0DAAA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.71%

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

R = 38.22%
G = 34.71%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0DAAA (or 0xF0DAAA) is known color: Astra. HEX triplet: F0, DA and AA. RGB value is (240,218,170). Sum of RGB (Red+Green+Blue) = 240+218+170=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DAAA is #0F2555. Grayscale: #DBDBDB. Windows color (decimal): -992598 or 11197168. OLE color: 11197168.

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

Color convert

RGB 240 218 170 -
CMYK 0 0.09 0.29 0.06
HSL 41.14º 0.7% 0.8% -
HSV(B) 41.14º 0.29% 0.94% -
XYZ 68.26 71.57 48.25 -
YUV 219.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 240 218 170 0 0.09 0.29 0.06 41.14 0.7 0.8
Hex F0 DA AA 0 9 1D 6 29 46 50
Octal 360 332 252 0 11 35 6 51 106 120
Binary 11110000 11011010 10101010 0 1001 11101 110 101001 1000110 1010000

Color Harmonies of #F0DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAAA

Black with #F0DAAA

Text Example


Text Example

White with #F0DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAAA; }

 p { color: rgb(240,218,170); }

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

background-color css

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

 a { background-color: rgb(240,218,170); }

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

border-color css

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

 span { border-color: rgb(240,218,170); }

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