#F1DCCF

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

Shades of Pot Pourri #F1DCCF

Tints of Pot Pourri #F1DCCF

Color information

#F1DCCF (or 0xF1DCCF) is unknown color: approx Pot Pourri. HEX triplet: F1, DC and CF. RGB value is (241,220,207). Sum of RGB (Red+Green+Blue) = 241+220+207=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCCF is #0E2330. Grayscale: #E0E0E0. Windows color (decimal): -926513 or 13622513. OLE color: 13622513.

HSL color Cylindrical-coordinate representation of color #F1DCCF: hue angle of 22.94º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1DCCF is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241220207-
CMYK00.090.140.05
HSL22.94º54.84%87.84%-
HSV(B)22.94º14.11%94.51%-
XYZ73.1374.3969.54-
YUV224.8117.96139.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.08%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=36.08%
G=32.93%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122020700.090.140.0522.9454.8487.84
HexF1DCCF09E5173758
Octal3613343170111652767130
Binary111100011101110011001111010011110101101111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCCF; }

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

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

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

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

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

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

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

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