Html Css Color HEX #F1DCD4 Pot Pourri

📋 copy color: '#F1DCD4'

red 241 ◦ green 220 ◦ blue 212

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

Shades of Pot Pourri #F1DCD4

Tints of Pot Pourri #F1DCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.5%

R = 35.81%
G = 32.69%
B = 31.5%

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

#F1DCD4 (or 0xF1DCD4) is known color: Pot Pourri. HEX triplet: F1, DC and D4. RGB value is (241,220,212). Sum of RGB (Red+Green+Blue) = 241+220+212=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCD4 is #0E232B. Grayscale: #E1E1E1. Windows color (decimal): -926508 or 13950193. OLE color: 13950193.

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

Color convert

RGB 241 220 212 -
CMYK 0 0.09 0.12 0.05
HSL 16.55º 0.51% 0.89% -
HSV(B) 16.55º 0.12% 0.95% -
XYZ 73.75 74.64 72.81 -
YUV 225.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 241 220 212 0 0.09 0.12 0.05 16.55 0.51 0.89
Hex F1 DC D4 0 9 C 5 11 33 59
Octal 361 334 324 0 11 14 5 21 63 131
Binary 11110001 11011100 11010100 0 1001 1100 101 10001 110011 1011001

Color Harmonies of #F1DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCD4

Black with #F1DCD4

Text Example


Text Example

White with #F1DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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