Html Css Color HEX #F0DBCE Pot Pourri

📋 copy color: '#F0DBCE'

red 240 ◦ green 219 ◦ blue 206

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

Shades of Pot Pourri #F0DBCE

Tints of Pot Pourri #F0DBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.93%

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

R = 36.09%
G = 32.93%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0DBCE (or 0xF0DBCE) is known color: Pot Pourri. HEX triplet: F0, DB and CE. RGB value is (240,219,206). Sum of RGB (Red+Green+Blue) = 240+219+206=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBCE is #0F2431. Grayscale: #DFDFDF. Windows color (decimal): -992306 or 13556720. OLE color: 13556720.

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

Color convert

RGB 240 219 206 -
CMYK 0 0.09 0.14 0.06
HSL 22.94º 0.53% 0.87% -
HSV(B) 22.94º 0.14% 0.94% -
XYZ 72.41 73.64 68.79 -
YUV 223.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 240 219 206 0 0.09 0.14 0.06 22.94 0.53 0.87
Hex F0 DB CE 0 9 E 6 17 35 57
Octal 360 333 316 0 11 16 6 27 65 127
Binary 11110000 11011011 11001110 0 1001 1110 110 10111 110101 1010111

Color Harmonies of #F0DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBCE

Black with #F0DBCE

Text Example


Text Example

White with #F0DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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