Html Css Color HEX #F0DCCF Pot Pourri

📋 copy color: '#F0DCCF'

red 240 ◦ green 220 ◦ blue 207

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

Shades of Pot Pourri #F0DCCF

Tints of Pot Pourri #F0DCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.03%

R = 35.98%
G = 32.98%
B = 31.03%

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

#F0DCCF (or 0xF0DCCF) is known color: Pot Pourri. HEX triplet: F0, DC and CF. RGB value is (240,220,207). Sum of RGB (Red+Green+Blue) = 240+220+207=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCCF is #0F2330. Grayscale: #E0E0E0. Windows color (decimal): -992049 or 13622512. OLE color: 13622512.

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

Color convert

RGB 240 220 207 -
CMYK 0 0.08 0.14 0.06
HSL 23.64º 0.52% 0.88% -
HSV(B) 23.64º 0.14% 0.94% -
XYZ 72.79 74.22 69.52 -
YUV 224.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 240 220 207 0 0.08 0.14 0.06 23.64 0.52 0.88
Hex F0 DC CF 0 8 E 6 18 34 58
Octal 360 334 317 0 10 16 6 30 64 130
Binary 11110000 11011100 11001111 0 1000 1110 110 11000 110100 1011000

Color Harmonies of #F0DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCCF

Black with #F0DCCF

Text Example


Text Example

White with #F0DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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