Html Css Color HEX #F1DCD6 Pot Pourri

📋 copy color: '#F1DCD6'

red 241 ◦ green 220 ◦ blue 214

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

Shades of Pot Pourri #F1DCD6

Tints of Pot Pourri #F1DCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.7%

R = 35.7%
G = 32.59%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1DCD6 (or 0xF1DCD6) is known color: Pot Pourri. HEX triplet: F1, DC and D6. RGB value is (241,220,214). Sum of RGB (Red+Green+Blue) = 241+220+214=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCD6 is #0E2329. Grayscale: #E1E1E1. Windows color (decimal): -926506 or 14081265. OLE color: 14081265.

HSL color Cylindrical-coordinate representation of color #F1DCD6: hue angle of 13.33º degrees, saturation: 0.49, 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 #F1DCD6 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 220 214 -
CMYK 0 0.09 0.11 0.05
HSL 13.33º 0.49% 0.89% -
HSV(B) 13.33º 0.11% 0.95% -
XYZ 74.01 74.74 74.14 -
YUV 225.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 241 220 214 0 0.09 0.11 0.05 13.33 0.49 0.89
Hex F1 DC D6 0 9 B 5 D 31 59
Octal 361 334 326 0 11 13 5 15 61 131
Binary 11110001 11011100 11010110 0 1001 1011 101 1101 110001 1011001

Color Harmonies of #F1DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCD6

Black with #F1DCD6

Text Example


Text Example

White with #F1DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCD6; }

 p { color: rgb(241,220,214); }

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

background-color css

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

 a { background-color: rgb(241,220,214); }

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

border-color css

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

 span { border-color: rgb(241,220,214); }

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