Html Css Color HEX #F0D8CD Pot Pourri

📋 copy color: '#F0D8CD'

red 240 ◦ green 216 ◦ blue 205

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

Shades of Pot Pourri #F0D8CD

Tints of Pot Pourri #F0D8CD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.68%

 BLUE value IS 205 (80.47% from 255) = 31.01%

R = 36.31%
G = 32.68%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0D8CD (or 0xF0D8CD) is known color: Pot Pourri. HEX triplet: F0, D8 and CD. RGB value is (240,216,205). Sum of RGB (Red+Green+Blue) = 240+216+205=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8CD is #0F2732. Grayscale: #DDDDDD. Windows color (decimal): -993075 or 13490416. OLE color: 13490416.

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

Color convert

RGB 240 216 205 -
CMYK 0 0.1 0.15 0.06
HSL 18.86º 0.54% 0.87% -
HSV(B) 18.86º 0.15% 0.94% -
XYZ 71.51 72.04 67.89 -
YUV 221.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 240 216 205 0 0.1 0.15 0.06 18.86 0.54 0.87
Hex F0 D8 CD 0 A F 6 13 36 57
Octal 360 330 315 0 12 17 6 23 66 127
Binary 11110000 11011000 11001101 0 1010 1111 110 10011 110110 1010111

Color Harmonies of #F0D8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D8CD

Black with #F0D8CD

Text Example


Text Example

White with #F0D8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D8CD; }

 p { color: rgb(240,216,205); }

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

background-color css

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

 a { background-color: rgb(240,216,205); }

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

border-color css

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

 span { border-color: rgb(240,216,205); }

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