Html Css Color HEX #F1D8CD Pot Pourri

📋 copy color: '#F1D8CD'

red 241 ◦ green 216 ◦ blue 205

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

Shades of Pot Pourri #F1D8CD

Tints of Pot Pourri #F1D8CD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.63%

 BLUE value IS 205 (80.47% from 255) = 30.97%

R = 36.4%
G = 32.63%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1D8CD (or 0xF1D8CD) is known color: Pot Pourri. HEX triplet: F1, D8 and CD. RGB value is (241,216,205). Sum of RGB (Red+Green+Blue) = 241+216+205=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8CD is #0E2732. Grayscale: #DEDEDE. Windows color (decimal): -927539 or 13490417. OLE color: 13490417.

HSL color Cylindrical-coordinate representation of color #F1D8CD: hue angle of 18.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1D8CD is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 216 205 -
CMYK 0 0.10 0.15 0.05
HSL 18.33º 0.56% 0.87% -
HSV(B) 18.33º 0.15% 0.95% -
XYZ 71.85 72.22 67.91 -
YUV 222.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 241 216 205 0 0.10 0.15 0.05 18.33 0.56 0.87
Hex F1 D8 CD 0 A F 5 12 38 57
Octal 361 330 315 0 12 17 5 22 70 127
Binary 11110001 11011000 11001101 0 1010 1111 101 10010 111000 1010111

Color Harmonies of #F1D8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8CD

Black with #F1D8CD

Text Example


Text Example

White with #F1D8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8CD; }

 p { color: rgb(241,216,205); }

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

background-color css

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

 a { background-color: rgb(241,216,205); }

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

border-color css

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

 span { border-color: rgb(241,216,205); }

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