Html Css Color HEX #F0DDCF Pot Pourri

📋 copy color: '#F0DDCF'

red 240 ◦ green 221 ◦ blue 207

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

Shades of Pot Pourri #F0DDCF

Tints of Pot Pourri #F0DDCF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.08%

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

R = 35.93%
G = 33.08%
B = 30.99%

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

#F0DDCF (or 0xF0DDCF) is known color: Pot Pourri. HEX triplet: F0, DD and CF. RGB value is (240,221,207). Sum of RGB (Red+Green+Blue) = 240+221+207=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDCF is #0F2230. Grayscale: #E1E1E1. Windows color (decimal): -991793 or 13622768. OLE color: 13622768.

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

Color convert

RGB 240 221 207 -
CMYK 0 0.08 0.14 0.06
HSL 25.45º 0.52% 0.88% -
HSV(B) 25.45º 0.14% 0.94% -
XYZ 73.05 74.74 69.61 -
YUV 225.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 240 221 207 0 0.08 0.14 0.06 25.45 0.52 0.88
Hex F0 DD CF 0 8 E 6 19 34 58
Octal 360 335 317 0 10 16 6 31 64 130
Binary 11110000 11011101 11001111 0 1000 1110 110 11001 110100 1011000

Color Harmonies of #F0DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DDCF

Black with #F0DDCF

Text Example


Text Example

White with #F0DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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