#F6CCFA

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

Shades of Snuff #F6CCFA

Tints of Snuff #F6CCFA

Color information

#F6CCFA (or 0xF6CCFA) is unknown color: approx Snuff. HEX triplet: F6, CC and FA. RGB value is (246,204,250). Sum of RGB (Red+Green+Blue) = 246+204+250=700 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.14% from 700); Green value is 204 (80.08% from 255 or 29.14% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6CCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CCFA is #093305. Grayscale: #DDDDDD. Windows color (decimal): -602886 or 16436470. OLE color: 16436470.

HSL color Cylindrical-coordinate representation of color #F6CCFA: hue angle of 294.78º degrees, saturation: 0.82, 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 #F6CCFA is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246204250-
CMYK0.020.1800.02
HSL294.78º82.14%89.02%-
HSV(B)294.78º18.4%98.04%-
XYZ76.8569.6899.84-
YUV221.8143.91145.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.14%
GREEN value IS 204 (80.08% from 255) = 29.14%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=35.14%
G=29.14%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462042500.020.1800.02294.7882.1489.02
HexF6CCFA212021275259
Octal36631437222202447122131
Binary111101101100110011111010101001001010010011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCFA; }

 p { color: rgb(246,204,250); }

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

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

 a { background-color: rgb(246,204,250); }

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

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

 span { border-color: rgb(246,204,250); }

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