Html Css Color HEX #F0E0DA Pot Pourri

📋 copy color: '#F0E0DA'

red 240 ◦ green 224 ◦ blue 218

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

Shades of Pot Pourri #F0E0DA

Tints of Pot Pourri #F0E0DA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.84%

 BLUE value IS 218 (85.55% from 255) = 31.96%

R = 35.19%
G = 32.84%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0E0DA (or 0xF0E0DA) is known color: Pot Pourri. HEX triplet: F0, E0 and DA. RGB value is (240,224,218). Sum of RGB (Red+Green+Blue) = 240+224+218=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0DA is #0F1F25. Grayscale: #E4E4E4. Windows color (decimal): -991014 or 14344432. OLE color: 14344432.

HSL color Cylindrical-coordinate representation of color #F0E0DA: hue angle of 16.36º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0E0DA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 224 218 -
CMYK 0 0.07 0.09 0.06
HSL 16.36º 0.42% 0.9% -
HSV(B) 16.36º 0.09% 0.94% -
XYZ 75.25 76.9 77.21 -
YUV 228.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 240 224 218 0 0.07 0.09 0.06 16.36 0.42 0.9
Hex F0 E0 DA 0 7 9 6 10 2A 5A
Octal 360 340 332 0 7 11 6 20 52 132
Binary 11110000 11100000 11011010 0 111 1001 110 10000 101010 1011010

Color Harmonies of #F0E0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E0DA

Black with #F0E0DA

Text Example


Text Example

White with #F0E0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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