Html Css Color HEX #F0D7CE Pot Pourri

📋 copy color: '#F0D7CE'

red 240 ◦ green 215 ◦ blue 206

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

Shades of Pot Pourri #F0D7CE

Tints of Pot Pourri #F0D7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.53%

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

R = 36.31%
G = 32.53%
B = 31.16%

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

#F0D7CE (or 0xF0D7CE) is known color: Pot Pourri. HEX triplet: F0, D7 and CE. RGB value is (240,215,206). Sum of RGB (Red+Green+Blue) = 240+215+206=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7CE is #0F2831. Grayscale: #DDDDDD. Windows color (decimal): -993330 or 13555696. OLE color: 13555696.

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

Color convert

RGB 240 215 206 -
CMYK 0 0.10 0.14 0.06
HSL 15.88º 0.53% 0.87% -
HSV(B) 15.88º 0.14% 0.94% -
XYZ 71.38 71.58 68.45 -
YUV 221.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 240 215 206 0 0.10 0.14 0.06 15.88 0.53 0.87
Hex F0 D7 CE 0 A E 6 10 35 57
Octal 360 327 316 0 12 16 6 20 65 127
Binary 11110000 11010111 11001110 0 1010 1110 110 10000 110101 1010111

Color Harmonies of #F0D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7CE

Black with #F0D7CE

Text Example


Text Example

White with #F0D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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