Html Css Color HEX #F0DABF Almond

📋 copy color: '#F0DABF'

red 240 ◦ green 218 ◦ blue 191

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

Shades of Almond #F0DABF

Tints of Almond #F0DABF

RGB

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

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

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

R = 36.98%
G = 33.59%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0DABF (or 0xF0DABF) is known color: Almond. HEX triplet: F0, DA and BF. RGB value is (240,218,191). Sum of RGB (Red+Green+Blue) = 240+218+191=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DABF is #0F2540. Grayscale: #DDDDDD. Windows color (decimal): -992577 or 12573424. OLE color: 12573424.

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

Color convert

RGB 240 218 191 -
CMYK 0 0.09 0.20 0.06
HSL 33.06º 0.62% 0.85% -
HSV(B) 33.06º 0.2% 0.94% -
XYZ 70.41 72.43 59.56 -
YUV 221.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 240 218 191 0 0.09 0.20 0.06 33.06 0.62 0.85
Hex F0 DA BF 0 9 14 6 21 3E 55
Octal 360 332 277 0 11 24 6 41 76 125
Binary 11110000 11011010 10111111 0 1001 10100 110 100001 111110 1010101

Color Harmonies of #F0DABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DABF

Black with #F0DABF

Text Example


Text Example

White with #F0DABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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