Html Css Color HEX #F1DCD3 Pot Pourri

📋 copy color: '#F1DCD3'

red 241 ◦ green 220 ◦ blue 211

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

Shades of Pot Pourri #F1DCD3

Tints of Pot Pourri #F1DCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.4%

R = 35.86%
G = 32.74%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1DCD3 (or 0xF1DCD3) is known color: Pot Pourri. HEX triplet: F1, DC and D3. RGB value is (241,220,211). Sum of RGB (Red+Green+Blue) = 241+220+211=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 211 (82.81% from 255 or 31.40% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCD3 is #0E232C. Grayscale: #E1E1E1. Windows color (decimal): -926509 or 13884657. OLE color: 13884657.

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

Color convert

RGB 241 220 211 -
CMYK 0 0.09 0.12 0.05
HSL 18º 0.52% 0.89% -
HSV(B) 18º 0.12% 0.95% -
XYZ 73.63 74.59 72.14 -
YUV 225.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 241 220 211 0 0.09 0.12 0.05 18 0.52 0.89
Hex F1 DC D3 0 9 C 5 12 34 59
Octal 361 334 323 0 11 14 5 22 64 131
Binary 11110001 11011100 11010011 0 1001 1100 101 10010 110100 1011001

Color Harmonies of #F1DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCD3

Black with #F1DCD3

Text Example


Text Example

White with #F1DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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