#F6DCF3

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

Shades of Snuff #F6DCF3

Tints of Snuff #F6DCF3

Color information

#F6DCF3 (or 0xF6DCF3) is unknown color: approx Snuff. HEX triplet: F6, DC and F3. RGB value is (246,220,243). Sum of RGB (Red+Green+Blue) = 246+220+243=709 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.70% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 243 (95.31% from 255 or 34.27% from 709); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCF3 is #09230C. Grayscale: #E6E6E6. Windows color (decimal): -598797 or 15981814. OLE color: 15981814.

HSL color Cylindrical-coordinate representation of color #F6DCF3: hue angle of 306.92º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DCF3 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB246220243-
CMYK00.110.010.04
HSL306.92º59.09%91.37%-
HSV(B)306.92º10.57%96.47%-
XYZ79.7877.2595.5-
YUV230.4135.11139.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.70%
GREEN value IS 220 (86.33% from 255) = 31.03%
BLUE value IS 243 (95.31% from 255) = 34.27%
R=34.70%
G=31.03%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622024300.110.010.04306.9259.0991.37
HexF6DCF30B141333b5b
Octal3663343630131446373133
Binary1111011011011100111100110101111001001100111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCF3; }

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

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

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

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

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

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

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

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