#F6CDF9

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

Shades of Snuff #F6CDF9

Tints of Snuff #F6CDF9

Color information

#F6CDF9 (or 0xF6CDF9) is unknown color: approx Snuff. HEX triplet: F6, CD and F9. RGB value is (246,205,249). Sum of RGB (Red+Green+Blue) = 246+205+249=700 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.14% from 700); Green value is 205 (80.47% from 255 or 29.29% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #F6CDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CDF9 is #093206. Grayscale: #DEDEDE. Windows color (decimal): -602631 or 16371190. OLE color: 16371190.

HSL color Cylindrical-coordinate representation of color #F6CDF9: hue angle of 295.91º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6CDF9 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246205249-
CMYK0.010.1800.02
HSL295.91º78.57%89.02%-
HSV(B)295.91º17.67%97.65%-
XYZ76.9470.199.1-
YUV222.28143.08144.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.14%
GREEN value IS 205 (80.47% from 255) = 29.29%
BLUE value IS 249 (97.66% from 255) = 35.57%
R=35.14%
G=29.29%
B=35.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462052490.010.1800.02295.9178.5789.02
HexF6CDF9112021284f59
Octal36631537112202450117131
Binary11110110110011011111100111001001010010100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CDF9; }

 p { color: rgb(246,205,249); }

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

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

 a { background-color: rgb(246,205,249); }

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

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

 span { border-color: rgb(246,205,249); }

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