Html Css Color HEX #F1D7CC Pot Pourri

📋 copy color: '#F1D7CC'

red 241 ◦ green 215 ◦ blue 204

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

Shades of Pot Pourri #F1D7CC

Tints of Pot Pourri #F1D7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.58%

 BLUE value IS 204 (80.08% from 255) = 30.91%

R = 36.52%
G = 32.58%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1D7CC (or 0xF1D7CC) is known color: Pot Pourri. HEX triplet: F1, D7 and CC. RGB value is (241,215,204). Sum of RGB (Red+Green+Blue) = 241+215+204=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7CC is #0E2833. Grayscale: #DDDDDD. Windows color (decimal): -927796 or 13424625. OLE color: 13424625.

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

Color convert

RGB 241 215 204 -
CMYK 0 0.11 0.15 0.05
HSL 17.84º 0.57% 0.87% -
HSV(B) 17.84º 0.15% 0.95% -
XYZ 71.48 71.66 67.19 -
YUV 221.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 241 215 204 0 0.11 0.15 0.05 17.84 0.57 0.87
Hex F1 D7 CC 0 B F 5 12 39 57
Octal 361 327 314 0 13 17 5 22 71 127
Binary 11110001 11010111 11001100 0 1011 1111 101 10010 111001 1010111

Color Harmonies of #F1D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7CC

Black with #F1D7CC

Text Example


Text Example

White with #F1D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7CC; }

 p { color: rgb(241,215,204); }

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

background-color css

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

 a { background-color: rgb(241,215,204); }

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

border-color css

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

 span { border-color: rgb(241,215,204); }

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