#F3CDEC

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

Shades of Snuff #F3CDEC

Tints of Snuff #F3CDEC

Color information

#F3CDEC (or 0xF3CDEC) is unknown color: approx Snuff. HEX triplet: F3, CD and EC. RGB value is (243,205,236). Sum of RGB (Red+Green+Blue) = 243+205+236=684 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.53% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CDEC is #0C3213. Grayscale: #DBDBDB. Windows color (decimal): -799252 or 15519219. OLE color: 15519219.

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

Color convert

RGB243205236-
CMYK00.160.030.05
HSL311.05º61.29%87.84%-
HSV(B)311.05º15.64%95.29%-
XYZ73.9368.7788.73-
YUV219.9137.09144.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.53%
GREEN value IS 205 (80.47% from 255) = 29.97%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=35.53%
G=29.97%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320523600.160.030.05311.0561.2987.84
HexF3CDEC010351373d58
Octal3633153540203546775130
Binary111100111100110111101100010000111011001101111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CDEC; }

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

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

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

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

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

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

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

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