Html Css Color HEX #F0DCC4 Almond

📋 copy color: '#F0DCC4'

red 240 ◦ green 220 ◦ blue 196

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

Shades of Almond #F0DCC4

Tints of Almond #F0DCC4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.54%

 BLUE value IS 196 (76.95% from 255) = 29.88%

R = 36.59%
G = 33.54%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F0DCC4 (or 0xF0DCC4) is known color: Almond. HEX triplet: F0, DC and C4. RGB value is (240,220,196). Sum of RGB (Red+Green+Blue) = 240+220+196=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCC4 is #0F233B. Grayscale: #DFDFDF. Windows color (decimal): -992060 or 12901616. OLE color: 12901616.

HSL color Cylindrical-coordinate representation of color #F0DCC4: hue angle of 32.73º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0DCC4 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 220 196 -
CMYK 0 0.08 0.18 0.06
HSL 32.73º 0.59% 0.85% -
HSV(B) 32.73º 0.18% 0.94% -
XYZ 71.49 73.7 62.68 -
YUV 223.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 240 220 196 0 0.08 0.18 0.06 32.73 0.59 0.85
Hex F0 DC C4 0 8 12 6 21 3B 55
Octal 360 334 304 0 10 22 6 41 73 125
Binary 11110000 11011100 11000100 0 1000 10010 110 100001 111011 1010101

Color Harmonies of #F0DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCC4

Black with #F0DCC4

Text Example


Text Example

White with #F0DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCC4; }

 p { color: rgb(240,220,196); }

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

background-color css

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

 a { background-color: rgb(240,220,196); }

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

border-color css

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

 span { border-color: rgb(240,220,196); }

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