Html Css Color HEX #F0D7BF Almond

📋 copy color: '#F0D7BF'

red 240 ◦ green 215 ◦ blue 191

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

Shades of Almond #F0D7BF

Tints of Almond #F0D7BF

RGB

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

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

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

R = 37.15%
G = 33.28%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0D7BF (or 0xF0D7BF) is known color: Almond. HEX triplet: F0, D7 and BF. RGB value is (240,215,191). Sum of RGB (Red+Green+Blue) = 240+215+191=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7BF is #0F2840. Grayscale: #DBDBDB. Windows color (decimal): -993345 or 12572656. OLE color: 12572656.

HSL color Cylindrical-coordinate representation of color #F0D7BF: hue angle of 29.39º 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 #F0D7BF is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 215 191 -
CMYK 0 0.10 0.20 0.06
HSL 29.39º 0.62% 0.85% -
HSV(B) 29.39º 0.2% 0.94% -
XYZ 69.64 70.89 59.3 -
YUV 219.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 240 215 191 0 0.10 0.20 0.06 29.39 0.62 0.85
Hex F0 D7 BF 0 A 14 6 1D 3E 55
Octal 360 327 277 0 12 24 6 35 76 125
Binary 11110000 11010111 10111111 0 1010 10100 110 11101 111110 1010101

Color Harmonies of #F0D7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7BF

Black with #F0D7BF

Text Example


Text Example

White with #F0D7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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