#F1D7CB

Color #F1D7CB Pot Pourri (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pot Pourri #F1D7CB

Tints of Pot Pourri #F1D7CB

Color information

#F1D7CB (or 0xF1D7CB) is unknown color: approx Pot Pourri. HEX triplet: F1, D7 and CB. RGB value is (241,215,203). Sum of RGB (Red+Green+Blue) = 241+215+203=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7CB is #0E2834. Grayscale: #DDDDDD. Windows color (decimal): -927797 or 13359089. OLE color: 13359089.

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

Color convert

RGB241215203-
CMYK00.110.160.05
HSL18.95º57.58%87.06%-
HSV(B)18.95º15.77%94.51%-
XYZ71.3671.6166.56-
YUV221.41117.61141.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.57%
GREEN value IS 215 (84.38% from 255) = 32.63%
BLUE value IS 203 (79.69% from 255) = 30.80%
R=36.57%
G=32.63%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121520300.110.160.0518.9557.5887.06
HexF1D7CB0B105133a57
Octal3613273130132052372127
Binary1111000111010111110010110101110000101100111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D7CB; }

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

 H1.HeaderClassName
 {
   color: #F1D7CB;
 }
 .AnyTagClassName
 {
   color: #F1D7CB;
 }
</style>
background-color css

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

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

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

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

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

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