Html Css Color HEX #F0D6BF Almond

📋 copy color: '#F0D6BF'

red 240 ◦ green 214 ◦ blue 191

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

Shades of Almond #F0D6BF

Tints of Almond #F0D6BF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.18%

 BLUE value IS 191 (75% from 255) = 29.61%

R = 37.21%
G = 33.18%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0D6BF (or 0xF0D6BF) is known color: Almond. HEX triplet: F0, D6 and BF. RGB value is (240,214,191). Sum of RGB (Red+Green+Blue) = 240+214+191=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D6BF is #0F2940. Grayscale: #DBDBDB. Windows color (decimal): -993601 or 12572400. OLE color: 12572400.

HSL color Cylindrical-coordinate representation of color #F0D6BF: hue angle of 28.16º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0D6BF is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 214 191 -
CMYK 0 0.11 0.20 0.06
HSL 28.16º 0.62% 0.85% -
HSV(B) 28.16º 0.2% 0.94% -
XYZ 69.39 70.38 59.22 -
YUV 219.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 240 214 191 0 0.11 0.20 0.06 28.16 0.62 0.85
Hex F0 D6 BF 0 B 14 6 1C 3E 55
Octal 360 326 277 0 13 24 6 34 76 125
Binary 11110000 11010110 10111111 0 1011 10100 110 11100 111110 1010101

Color Harmonies of #F0D6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D6BF

Black with #F0D6BF

Text Example


Text Example

White with #F0D6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D6BF; }

 p { color: rgb(240,214,191); }

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

background-color css

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

 a { background-color: rgb(240,214,191); }

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

border-color css

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

 span { border-color: rgb(240,214,191); }

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