#FACDFE

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

Shades of Snuff #FACDFE

Tints of Snuff #FACDFE

Color information

#FACDFE (or 0xFACDFE) is unknown color: approx Snuff. HEX triplet: FA, CD and FE. RGB value is (250,205,254). Sum of RGB (Red+Green+Blue) = 250+205+254=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 205 (80.47% from 255 or 28.91% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #FACDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDFE is #053201. Grayscale: #DFDFDF. Windows color (decimal): -340482 or 16698874. OLE color: 16698874.

HSL color Cylindrical-coordinate representation of color #FACDFE: hue angle of 295.1º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACDFE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB250205254-
CMYK0.020.1900.00
HSL295.1º96.08%90%-
HSV(B)295.1º19.29%99.61%-
XYZ79.1571.14103.33-
YUV224.04144.91146.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 205 (80.47% from 255) = 28.91%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=35.26%
G=28.91%
B=35.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502052540.020.1900.00295.196.0890
HexFACDFE21300127605a
Octal37231537622300447140132
Binary11111010110011011111111010100110010010011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDFE; }

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

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

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

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

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

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

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

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