#F3DCCD

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

Shades of Pot Pourri #F3DCCD

Tints of Pot Pourri #F3DCCD

Color information

#F3DCCD (or 0xF3DCCD) is unknown color: approx Pot Pourri. HEX triplet: F3, DC and CD. RGB value is (243,220,205). Sum of RGB (Red+Green+Blue) = 243+220+205=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCCD is #0C2332. Grayscale: #E1E1E1. Windows color (decimal): -795443 or 13491443. OLE color: 13491443.

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

Color convert

RGB243220205-
CMYK00.090.160.05
HSL23.68º61.29%87.84%-
HSV(B)23.68º15.64%95.29%-
XYZ73.5774.6568.29-
YUV225.17116.62140.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.38%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=36.38%
G=32.93%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322020500.090.160.0523.6861.2987.84
HexF3DCCD09105183d58
Octal3633343150112053075130
Binary1111001111011100110011010100110000101110001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCCD; }

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

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

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

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

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

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

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

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