Html Css Color HEX #F0D9CE Pot Pourri

📋 copy color: '#F0D9CE'

red 240 ◦ green 217 ◦ blue 206

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

Shades of Pot Pourri #F0D9CE

Tints of Pot Pourri #F0D9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.73%

 BLUE value IS 206 (80.86% from 255) = 31.07%

R = 36.2%
G = 32.73%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0D9CE (or 0xF0D9CE) is known color: Pot Pourri. HEX triplet: F0, D9 and CE. RGB value is (240,217,206). Sum of RGB (Red+Green+Blue) = 240+217+206=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9CE is #0F2631. Grayscale: #DEDEDE. Windows color (decimal): -992818 or 13556208. OLE color: 13556208.

HSL color Cylindrical-coordinate representation of color #F0D9CE: hue angle of 19.41º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0D9CE is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 217 206 -
CMYK 0 0.10 0.14 0.06
HSL 19.41º 0.53% 0.87% -
HSV(B) 19.41º 0.14% 0.94% -
XYZ 71.89 72.61 68.62 -
YUV 222.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 240 217 206 0 0.10 0.14 0.06 19.41 0.53 0.87
Hex F0 D9 CE 0 A E 6 13 35 57
Octal 360 331 316 0 12 16 6 23 65 127
Binary 11110000 11011001 11001110 0 1010 1110 110 10011 110101 1010111

Color Harmonies of #F0D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D9CE

Black with #F0D9CE

Text Example


Text Example

White with #F0D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D9CE; }

 p { color: rgb(240,217,206); }

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

background-color css

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

 a { background-color: rgb(240,217,206); }

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

border-color css

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

 span { border-color: rgb(240,217,206); }

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