Html Css Color HEX #F1DED7 Pot Pourri

📋 copy color: '#F1DED7'

red 241 ◦ green 222 ◦ blue 215

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

Shades of Pot Pourri #F1DED7

Tints of Pot Pourri #F1DED7

RGB

 RED value IS 241 (94.53% from 255) = 35.55%

 GREEN value IS 222 (87.11% from 255) = 32.74%

 BLUE value IS 215 (84.38% from 255) = 31.71%

R = 35.55%
G = 32.74%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1DED7 (or 0xF1DED7) is known color: Pot Pourri. HEX triplet: F1, DE and D7. RGB value is (241,222,215). Sum of RGB (Red+Green+Blue) = 241+222+215=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 215 (84.38% from 255 or 31.71% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DED7 is #0E2128. Grayscale: #E2E2E2. Windows color (decimal): -925993 or 14147313. OLE color: 14147313.

HSL color Cylindrical-coordinate representation of color #F1DED7: hue angle of 16.15º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1DED7 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 222 215 -
CMYK 0 0.08 0.11 0.05
HSL 16.15º 0.48% 0.89% -
HSV(B) 16.15º 0.11% 0.95% -
XYZ 74.66 75.85 75 -
YUV 226.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 241 222 215 0 0.08 0.11 0.05 16.15 0.48 0.89
Hex F1 DE D7 0 8 B 5 10 30 59
Octal 361 336 327 0 10 13 5 20 60 131
Binary 11110001 11011110 11010111 0 1000 1011 101 10000 110000 1011001

Color Harmonies of #F1DED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DED7

Black with #F1DED7

Text Example


Text Example

White with #F1DED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DED7; }

 p { color: rgb(241,222,215); }

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

background-color css

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

 a { background-color: rgb(241,222,215); }

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

border-color css

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

 span { border-color: rgb(241,222,215); }

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