Html Css Color HEX #F1DDD3 Pot Pourri

📋 copy color: '#F1DDD3'

red 241 ◦ green 221 ◦ blue 211

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

Shades of Pot Pourri #F1DDD3

Tints of Pot Pourri #F1DDD3

RGB

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

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

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

R = 35.81%
G = 32.84%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1DDD3 (or 0xF1DDD3) is known color: Pot Pourri. HEX triplet: F1, DD and D3. RGB value is (241,221,211). Sum of RGB (Red+Green+Blue) = 241+221+211=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDD3 is #0E222C. Grayscale: #E1E1E1. Windows color (decimal): -926253 or 13884913. OLE color: 13884913.

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

Color convert

RGB 241 221 211 -
CMYK 0 0.08 0.12 0.05
HSL 20º 0.52% 0.89% -
HSV(B) 20º 0.12% 0.95% -
XYZ 73.89 75.12 72.23 -
YUV 225.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 241 221 211 0 0.08 0.12 0.05 20 0.52 0.89
Hex F1 DD D3 0 8 C 5 14 34 59
Octal 361 335 323 0 10 14 5 24 64 131
Binary 11110001 11011101 11010011 0 1000 1100 101 10100 110100 1011001

Color Harmonies of #F1DDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DDD3

Black with #F1DDD3

Text Example


Text Example

White with #F1DDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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