Html Css Color HEX #F0D7AB Astra

📋 copy color: '#F0D7AB'

red 240 ◦ green 215 ◦ blue 171

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

Shades of Astra #F0D7AB

Tints of Astra #F0D7AB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.35%

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

R = 38.34%
G = 34.35%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0D7AB (or 0xF0D7AB) is known color: Astra. HEX triplet: F0, D7 and AB. RGB value is (240,215,171). Sum of RGB (Red+Green+Blue) = 240+215+171=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D7AB is #0F2854. Grayscale: #D9D9D9. Windows color (decimal): -993365 or 11261936. OLE color: 11261936.

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

Color convert

RGB 240 215 171 -
CMYK 0 0.10 0.29 0.06
HSL 38.26º 0.7% 0.81% -
HSV(B) 38.26º 0.29% 0.94% -
XYZ 67.59 70.07 48.49 -
YUV 217.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 240 215 171 0 0.10 0.29 0.06 38.26 0.7 0.81
Hex F0 D7 AB 0 A 1D 6 26 46 51
Octal 360 327 253 0 12 35 6 46 106 121
Binary 11110000 11010111 10101011 0 1010 11101 110 100110 1000110 1010001

Color Harmonies of #F0D7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7AB

Black with #F0D7AB

Text Example


Text Example

White with #F0D7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7AB; }

 p { color: rgb(240,215,171); }

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

background-color css

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

 a { background-color: rgb(240,215,171); }

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

border-color css

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

 span { border-color: rgb(240,215,171); }

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