#F6CDFA

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

Shades of Snuff #F6CDFA

Tints of Snuff #F6CDFA

Color information

#F6CDFA (or 0xF6CDFA) is unknown color: approx Snuff. HEX triplet: F6, CD and FA. RGB value is (246,205,250). Sum of RGB (Red+Green+Blue) = 246+205+250=701 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.09% from 701); Green value is 205 (80.47% from 255 or 29.24% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6CDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CDFA is #093205. Grayscale: #DEDEDE. Windows color (decimal): -602630 or 16436726. OLE color: 16436726.

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

Color convert

RGB246205250-
CMYK0.020.1800.02
HSL294.67º81.82%89.22%-
HSV(B)294.67º18%98.04%-
XYZ77.0970.1699.92-
YUV222.39143.58144.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.09%
GREEN value IS 205 (80.47% from 255) = 29.24%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=35.09%
G=29.24%
B=35.66%

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
Decimal2462052500.020.1800.02294.6781.8289.22
HexF6CDFA212021275259
Octal36631537222202447122131
Binary111101101100110111111010101001001010010011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CDFA; }

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

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

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

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

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

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

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

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