Html Css Color HEX #F0D9BE Almond

📋 copy color: '#F0D9BE'

red 240 ◦ green 217 ◦ blue 190

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

Shades of Almond #F0D9BE

Tints of Almond #F0D9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.37%

R = 37.09%
G = 33.54%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0D9BE (or 0xF0D9BE) is known color: Almond. HEX triplet: F0, D9 and BE. RGB value is (240,217,190). Sum of RGB (Red+Green+Blue) = 240+217+190=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9BE is #0F2641. Grayscale: #DCDCDC. Windows color (decimal): -992834 or 12507632. OLE color: 12507632.

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

Color convert

RGB 240 217 190 -
CMYK 0 0.10 0.21 0.06
HSL 32.4º 0.63% 0.84% -
HSV(B) 32.4º 0.21% 0.94% -
XYZ 70.04 71.87 58.9 -
YUV 220.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 240 217 190 0 0.10 0.21 0.06 32.4 0.63 0.84
Hex F0 D9 BE 0 A 15 6 20 3E 54
Octal 360 331 276 0 12 25 6 40 76 124
Binary 11110000 11011001 10111110 0 1010 10101 110 100000 111110 1010100

Color Harmonies of #F0D9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D9BE

Black with #F0D9BE

Text Example


Text Example

White with #F0D9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D9BE; }

 p { color: rgb(240,217,190); }

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

background-color css

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

 a { background-color: rgb(240,217,190); }

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

border-color css

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

 span { border-color: rgb(240,217,190); }

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