#F3DACD

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

Shades of Pot Pourri #F3DACD

Tints of Pot Pourri #F3DACD

Color information

#F3DACD (or 0xF3DACD) is unknown color: approx Pot Pourri. HEX triplet: F3, DA and CD. RGB value is (243,218,205). Sum of RGB (Red+Green+Blue) = 243+218+205=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DACD is #0C2532. Grayscale: #E0E0E0. Windows color (decimal): -795955 or 13490931. OLE color: 13490931.

HSL color Cylindrical-coordinate representation of color #F3DACD: hue angle of 20.53º 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 #F3DACD is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243218205-
CMYK00.100.160.05
HSL20.53º61.29%87.84%-
HSV(B)20.53º15.64%95.29%-
XYZ73.0573.6168.11-
YUV223.99117.28141.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.49%
GREEN value IS 218 (85.55% from 255) = 32.73%
BLUE value IS 205 (80.47% from 255) = 30.78%
R=36.49%
G=32.73%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321820500.100.160.0520.5361.2987.84
HexF3DACD0A105153d58
Octal3633323150122052575130
Binary1111001111011010110011010101010000101101011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DACD; }

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

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

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

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

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

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

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

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