#F3DBCF

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

Shades of Pot Pourri #F3DBCF

Tints of Pot Pourri #F3DBCF

Color information

#F3DBCF (or 0xF3DBCF) is unknown color: approx Pot Pourri. HEX triplet: F3, DB and CF. RGB value is (243,219,207). Sum of RGB (Red+Green+Blue) = 243+219+207=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DBCF is #0C2430. Grayscale: #E0E0E0. Windows color (decimal): -795697 or 13622259. OLE color: 13622259.

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

Color convert

RGB243219207-
CMYK00.100.150.05
HSL20º60%88.24%-
HSV(B)20º14.81%95.29%-
XYZ73.5674.2269.48-
YUV224.81117.95140.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.32%
GREEN value IS 219 (85.94% from 255) = 32.74%
BLUE value IS 207 (81.25% from 255) = 30.94%
R=36.32%
G=32.74%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321920700.100.150.05206088.24
HexF3DBCF0AF5143c58
Octal3633333170121752474130
Binary111100111101101111001111010101111101101001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DBCF; }

 p { color: rgb(243,219,207); }

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

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

 a { background-color: rgb(243,219,207); }

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

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

 span { border-color: rgb(243,219,207); }

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