#FACDFC

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

Shades of Snuff #FACDFC

Tints of Snuff #FACDFC

Color information

#FACDFC (or 0xFACDFC) is unknown color: approx Snuff. HEX triplet: FA, CD and FC. RGB value is (250,205,252). Sum of RGB (Red+Green+Blue) = 250+205+252=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 205 (80.47% from 255 or 29.00% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #FACDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDFC is #053203. Grayscale: #DFDFDF. Windows color (decimal): -340484 or 16567802. OLE color: 16567802.

HSL color Cylindrical-coordinate representation of color #FACDFC: hue angle of 297.45º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACDFC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250205252-
CMYK0.010.1900.01
HSL297.45º88.68%89.61%-
HSV(B)297.45º18.65%98.82%-
XYZ78.8371.01101.65-
YUV223.81143.91146.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 205 (80.47% from 255) = 29.00%
BLUE value IS 252 (98.83% from 255) = 35.64%
R=35.36%
G=29.00%
B=35.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502052520.010.1900.01297.4588.6889.61
HexFACDFC11301129595a
Octal37231537412301451131132
Binary1111101011001101111111001100110110010100110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDFC; }

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

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

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

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

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

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

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

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