#F3DCED

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

Shades of Snuff #F3DCED

Tints of Snuff #F3DCED

Color information

#F3DCED (or 0xF3DCED) is unknown color: approx Snuff. HEX triplet: F3, DC and ED. RGB value is (243,220,237). Sum of RGB (Red+Green+Blue) = 243+220+237=700 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.71% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DCED is #0C2312. Grayscale: #E4E4E4. Windows color (decimal): -795411 or 15588595. OLE color: 15588595.

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

Color convert

RGB243220237-
CMYK00.090.020.05
HSL315.65º48.94%90.78%-
HSV(B)315.65º9.47%95.29%-
XYZ77.8476.3690.76-
YUV228.81132.62138.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.71%
GREEN value IS 220 (86.33% from 255) = 31.43%
BLUE value IS 237 (92.97% from 255) = 33.86%
R=34.71%
G=31.43%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322023700.090.020.05315.6548.9490.78
HexF3DCED092513c315b
Octal3633343550112547461133
Binary11110011110111001110110101001101011001111001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCED; }

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

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

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

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

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

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

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

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