Html Css Color HEX #F0DCCE Pot Pourri

📋 copy color: '#F0DCCE'

red 240 ◦ green 220 ◦ blue 206

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

Shades of Pot Pourri #F0DCCE

Tints of Pot Pourri #F0DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.03%

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

R = 36.04%
G = 33.03%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0DCCE (or 0xF0DCCE) is known color: Pot Pourri. HEX triplet: F0, DC and CE. RGB value is (240,220,206). Sum of RGB (Red+Green+Blue) = 240+220+206=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCCE is #0F2331. Grayscale: #E0E0E0. Windows color (decimal): -992050 or 13556976. OLE color: 13556976.

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

Color convert

RGB 240 220 206 -
CMYK 0 0.08 0.14 0.06
HSL 24.71º 0.53% 0.87% -
HSV(B) 24.71º 0.14% 0.94% -
XYZ 72.67 74.17 68.88 -
YUV 224.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 240 220 206 0 0.08 0.14 0.06 24.71 0.53 0.87
Hex F0 DC CE 0 8 E 6 19 35 57
Octal 360 334 316 0 10 16 6 31 65 127
Binary 11110000 11011100 11001110 0 1000 1110 110 11001 110101 1010111

Color Harmonies of #F0DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCCE

Black with #F0DCCE

Text Example


Text Example

White with #F0DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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