#F3D9CD

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

Shades of Pot Pourri #F3D9CD

Tints of Pot Pourri #F3D9CD

Color information

#F3D9CD (or 0xF3D9CD) is unknown color: approx Pot Pourri. HEX triplet: F3, D9 and CD. RGB value is (243,217,205). Sum of RGB (Red+Green+Blue) = 243+217+205=665 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.54% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D9CD is #0C2632. Grayscale: #DFDFDF. Windows color (decimal): -796211 or 13490675. OLE color: 13490675.

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

Color convert

RGB243217205-
CMYK00.110.160.05
HSL18.95º61.29%87.84%-
HSV(B)18.95º15.64%95.29%-
XYZ72.7973.0968.03-
YUV223.41117.61141.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.54%
GREEN value IS 217 (85.16% from 255) = 32.63%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=36.54%
G=32.63%
B=30.83%

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
Decimal24321720500.110.160.0518.9561.2987.84
HexF3D9CD0B105133d58
Octal3633313150132052375130
Binary1111001111011001110011010101110000101100111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D9CD; }

 p { color: rgb(243,217,205); }

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

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

 a { background-color: rgb(243,217,205); }

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

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

 span { border-color: rgb(243,217,205); }

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